Html Css Color HEX #135CE9 Navy Blue

📋 copy color: '#135CE9'

red 19 ◦ green 92 ◦ blue 233

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

Shades of Navy Blue #135CE9

Tints of Navy Blue #135CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 67.73%

R = 5.52%
G = 26.74%
B = 67.73%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#135CE9 (or 0x135CE9) is known color: Navy Blue. HEX triplet: 13, 5C and E9. RGB value is (19,92,233). Sum of RGB (Red+Green+Blue) = 19+92+233=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 233 (91.41% from 255 or 67.73% from 344); Max value from RGB is 233 - color contains mainly: blue. Hex color #135CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CE9 is #ECA316. Grayscale: #555555. Windows color (decimal): -15508247 or 15293459. OLE color: 15293459.

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

Color convert

RGB 19 92 233 -
CMYK 0.92 0.61 0 0.09
HSL 219.53º 0.85% 0.49% -
HSV(B) 219.53º 0.92% 0.91% -
XYZ 18.8 13.68 78.74 -
YUV 86.25 210.82 80.04 -
System Red Green Blue C M Y K H S L
Decimal 19 92 233 0.92 0.61 0 0.09 219.53 0.85 0.49
Hex 13 5C E9 5C 3D 0 9 DC 55 31
Octal 23 134 351 134 75 0 11 334 125 61
Binary 10011 1011100 11101001 1011100 111101 0 1001 11011100 1010101 110001

Color Harmonies of #135CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CE9

Black with #135CE9

Text Example


Text Example

White with #135CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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