Html Css Color HEX #135CE0 Navy Blue

📋 copy color: '#135CE0'

red 19 ◦ green 92 ◦ blue 224

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

Shades of Navy Blue #135CE0

Tints of Navy Blue #135CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.87%

R = 5.67%
G = 27.46%
B = 66.87%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#135CE0 (or 0x135CE0) is known color: Navy Blue. HEX triplet: 13, 5C and E0. RGB value is (19,92,224). Sum of RGB (Red+Green+Blue) = 19+92+224=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #135CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CE0 is #ECA31F. Grayscale: #545454. Windows color (decimal): -15508256 or 14703635. OLE color: 14703635.

HSL color Cylindrical-coordinate representation of color #135CE0: hue angle of 218.63º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135CE0 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 92 224 -
CMYK 0.92 0.59 0 0.12
HSL 218.63º 0.84% 0.48% -
HSV(B) 218.63º 0.92% 0.88% -
XYZ 17.55 13.17 72.14 -
YUV 85.22 206.32 80.77 -
System Red Green Blue C M Y K H S L
Decimal 19 92 224 0.92 0.59 0 0.12 218.63 0.84 0.48
Hex 13 5C E0 5C 3B 0 C DB 54 30
Octal 23 134 340 134 73 0 14 333 124 60
Binary 10011 1011100 11100000 1011100 111011 0 1100 11011011 1010100 110000

Color Harmonies of #135CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CE0

Black with #135CE0

Text Example


Text Example

White with #135CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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