Html Css Color HEX #135CE6 Navy Blue

📋 copy color: '#135CE6'

red 19 ◦ green 92 ◦ blue 230

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

Shades of Navy Blue #135CE6

Tints of Navy Blue #135CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 67.45%

R = 5.57%
G = 26.98%
B = 67.45%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#135CE6 (or 0x135CE6) is known color: Navy Blue. HEX triplet: 13, 5C and E6. RGB value is (19,92,230). Sum of RGB (Red+Green+Blue) = 19+92+230=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #135CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CE6 is #ECA319. Grayscale: #555555. Windows color (decimal): -15508250 or 15096851. OLE color: 15096851.

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

Color convert

RGB 19 92 230 -
CMYK 0.92 0.60 0 0.10
HSL 219.24º 0.85% 0.49% -
HSV(B) 219.24º 0.92% 0.9% -
XYZ 18.38 13.51 76.5 -
YUV 85.91 209.32 80.28 -
System Red Green Blue C M Y K H S L
Decimal 19 92 230 0.92 0.60 0 0.10 219.24 0.85 0.49
Hex 13 5C E6 5C 3C 0 A DB 55 31
Octal 23 134 346 134 74 0 12 333 125 61
Binary 10011 1011100 11100110 1011100 111100 0 1010 11011011 1010101 110001

Color Harmonies of #135CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CE6

Black with #135CE6

Text Example


Text Example

White with #135CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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