Html Css Color HEX #135CEC Navy Blue

📋 copy color: '#135CEC'

red 19 ◦ green 92 ◦ blue 236

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

Shades of Navy Blue #135CEC

Tints of Navy Blue #135CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.01%

R = 5.48%
G = 26.51%
B = 68.01%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#135CEC (or 0x135CEC) is known color: Navy Blue. HEX triplet: 13, 5C and EC. RGB value is (19,92,236). Sum of RGB (Red+Green+Blue) = 19+92+236=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #135CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CEC is #ECA313. Grayscale: #555555. Windows color (decimal): -15508244 or 15490067. OLE color: 15490067.

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

Color convert

RGB 19 92 236 -
CMYK 0.92 0.61 0 0.07
HSL 219.82º 0.85% 0.5% -
HSV(B) 219.82º 0.92% 0.93% -
XYZ 19.24 13.85 81.02 -
YUV 86.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 19 92 236 0.92 0.61 0 0.07 219.82 0.85 0.5
Hex 13 5C EC 5C 3D 0 7 DC 55 32
Octal 23 134 354 134 75 0 7 334 125 62
Binary 10011 1011100 11101100 1011100 111101 0 111 11011100 1010101 110010

Color Harmonies of #135CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CEC

Black with #135CEC

Text Example


Text Example

White with #135CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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