Html Css Color HEX #006CDB Navy Blue

📋 copy color: '#006CDB'

red 0 ◦ green 108 ◦ blue 219

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

Shades of Navy Blue #006CDB

Tints of Navy Blue #006CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 0%
G = 33.03%
B = 66.97%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#006CDB (or 0x006CDB) is known color: Navy Blue. HEX triplet: 00, 6C and DB. RGB value is (0,108,219). Sum of RGB (Red+Green+Blue) = 0+108+219=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #006CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CDB is #FF9324. Grayscale: #575757. Windows color (decimal): -16749349 or 14380032. OLE color: 14380032.

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

Color convert

RGB 0 108 219 -
CMYK 1 0.51 0 0.14
HSL 210.41º 1% 0.43% -
HSV(B) 210.41º 1% 0.86% -
XYZ 18.15 15.84 69.12 -
YUV 88.36 201.72 64.97 -
System Red Green Blue C M Y K H S L
Decimal 0 108 219 1 0.51 0 0.14 210.41 1 0.43
Hex 0 6C DB 64 33 0 E D2 64 2B
Octal 0 154 333 144 63 0 16 322 144 53
Binary 0 1101100 11011011 1100100 110011 0 1110 11010010 1100100 101011

Color Harmonies of #006CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CDB

Black with #006CDB

Text Example


Text Example

White with #006CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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