Html Css Color HEX #006CD4 Navy Blue

📋 copy color: '#006CD4'

red 0 ◦ green 108 ◦ blue 212

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

Shades of Navy Blue #006CD4

Tints of Navy Blue #006CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 66.25%

R = 0%
G = 33.75%
B = 66.25%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#006CD4 (or 0x006CD4) is known color: Navy Blue. HEX triplet: 00, 6C and D4. RGB value is (0,108,212). Sum of RGB (Red+Green+Blue) = 0+108+212=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 212 (83.20% from 255 or 66.25% from 320); Max value from RGB is 212 - color contains mainly: blue. Hex color #006CD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CD4 is #FF932B. Grayscale: #575757. Windows color (decimal): -16749356 or 13921280. OLE color: 13921280.

HSL color Cylindrical-coordinate representation of color #006CD4: hue angle of 209.43º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CD4 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 0 108 212 -
CMYK 1 0.49 0 0.17
HSL 209.43º 1% 0.42% -
HSV(B) 209.43º 1% 0.83% -
XYZ 17.25 15.48 64.37 -
YUV 87.56 198.22 65.54 -
System Red Green Blue C M Y K H S L
Decimal 0 108 212 1 0.49 0 0.17 209.43 1 0.42
Hex 0 6C D4 64 31 0 11 D1 64 2A
Octal 0 154 324 144 61 0 21 321 144 52
Binary 0 1101100 11010100 1100100 110001 0 10001 11010001 1100100 101010

Color Harmonies of #006CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CD4

Black with #006CD4

Text Example


Text Example

White with #006CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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