Html Css Color HEX #1E6CDE Navy Blue

📋 copy color: '#1E6CDE'

red 30 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #1E6CDE

Tints of Navy Blue #1E6CDE

RGB

 RED value IS 30 (12.11% from 255) = 8.33%

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 222 (87.11% from 255) = 61.67%

R = 8.33%
G = 30%
B = 61.67%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E6CDE (or 0x1E6CDE) is known color: Navy Blue. HEX triplet: 1E, 6C and DE. RGB value is (30,108,222). Sum of RGB (Red+Green+Blue) = 30+108+222=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E6CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6CDE is #E19321. Grayscale: #616161. Windows color (decimal): -14783266 or 14576670. OLE color: 14576670.

HSL color Cylindrical-coordinate representation of color #1E6CDE: hue angle of 215.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6CDE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 108 222 -
CMYK 0.86 0.51 0 0.13
HSL 215.63º 0.76% 0.49% -
HSV(B) 215.63º 0.86% 0.87% -
XYZ 19.08 16.28 71.24 -
YUV 97.67 198.16 79.73 -
System Red Green Blue C M Y K H S L
Decimal 30 108 222 0.86 0.51 0 0.13 215.63 0.76 0.49
Hex 1E 6C DE 56 33 0 D D8 4C 31
Octal 36 154 336 126 63 0 15 330 114 61
Binary 11110 1101100 11011110 1010110 110011 0 1101 11011000 1001100 110001

Color Harmonies of #1E6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6CDE

Black with #1E6CDE

Text Example


Text Example

White with #1E6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E6CDE; }

 p { color: rgb(30,108,222); }

 H1.HeaderClassName
 {
   color: #1E6CDE;
 }
 .AnyTagClassName
 {
   color: #1E6CDE;
 }
</style>

background-color css

<style>
 a { background-color: #1E6CDE; }

 a { background-color: rgb(30,108,222); }

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

border-color css

<style>
 span { border-color: #1E6CDE; }

 span { border-color: rgb(30,108,222); }

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