Html Css Color HEX #135CEA Navy Blue

📋 copy color: '#135CEA'

red 19 ◦ green 92 ◦ blue 234

#135CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #135CEA

Tints of Navy Blue #135CEA

RGB

 RED value IS 19 (7.81% from 255) = 5.51%

 GREEN value IS 92 (36.33% from 255) = 26.67%

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 5.51%
G = 26.67%
B = 67.83%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#135CEA (or 0x135CEA) is known color: Navy Blue. HEX triplet: 13, 5C and EA. RGB value is (19,92,234). Sum of RGB (Red+Green+Blue) = 19+92+234=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #135CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CEA is #ECA315. Grayscale: #555555. Windows color (decimal): -15508246 or 15358995. OLE color: 15358995.

HSL color Cylindrical-coordinate representation of color #135CEA: hue angle of 219.63º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135CEA is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 92 234 -
CMYK 0.92 0.61 0 0.08
HSL 219.63º 0.85% 0.5% -
HSV(B) 219.63º 0.92% 0.92% -
XYZ 18.95 13.73 79.49 -
YUV 86.36 211.32 79.95 -
System Red Green Blue C M Y K H S L
Decimal 19 92 234 0.92 0.61 0 0.08 219.63 0.85 0.5
Hex 13 5C EA 5C 3D 0 8 DC 55 32
Octal 23 134 352 134 75 0 10 334 125 62
Binary 10011 1011100 11101010 1011100 111101 0 1000 11011100 1010101 110010

Color Harmonies of #135CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CEA

Black with #135CEA

Text Example


Text Example

White with #135CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135CEA; }

 p { color: rgb(19,92,234); }

 H1.HeaderClassName
 {
   color: #135CEA;
 }
 .AnyTagClassName
 {
   color: #135CEA;
 }
</style>

background-color css

<style>
 a { background-color: #135CEA; }

 a { background-color: rgb(19,92,234); }

 div.DivClassName
 {
   background-color: #135CEA;
 }
 .BgClassName
 {
   background-color: #135CEA;
 }
</style>

border-color css

<style>
 span { border-color: #135CEA; }

 span { border-color: rgb(19,92,234); }

 td.TdClassName
 {
   border-color: #135CEA;
 }
 .TagClassName
 {
   border-color: #135CEA;
 }
</style>