Html Css Color HEX #006CDE Navy Blue

📋 copy color: '#006CDE'

red 0 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #006CDE

Tints of Navy Blue #006CDE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 32.73%
B = 67.27%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#006CDE (or 0x006CDE) is known color: Navy Blue. HEX triplet: 00, 6C and DE. RGB value is (0,108,222). Sum of RGB (Red+Green+Blue) = 0+108+222=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #006CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CDE is #FF9321. Grayscale: #585858. Windows color (decimal): -16749346 or 14576640. OLE color: 14576640.

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

Color convert

RGB 0 108 222 -
CMYK 1 0.51 0 0.13
HSL 210.81º 1% 0.44% -
HSV(B) 210.81º 1% 0.87% -
XYZ 18.55 16 71.22 -
YUV 88.7 203.22 64.73 -
System Red Green Blue C M Y K H S L
Decimal 0 108 222 1 0.51 0 0.13 210.81 1 0.44
Hex 0 6C DE 64 33 0 D D3 64 2C
Octal 0 154 336 144 63 0 15 323 144 54
Binary 0 1101100 11011110 1100100 110011 0 1101 11010011 1100100 101100

Color Harmonies of #006CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CDE

Black with #006CDE

Text Example


Text Example

White with #006CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006CDE; }

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

 H1.HeaderClassName
 {
   color: #006CDE;
 }
 .AnyTagClassName
 {
   color: #006CDE;
 }
</style>

background-color css

<style>
 a { background-color: #006CDE; }

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

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

border-color css

<style>
 span { border-color: #006CDE; }

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

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