Html Css Color HEX #006BDB Navy Blue

📋 copy color: '#006BDB'

red 0 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #006BDB

Tints of Navy Blue #006BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

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

R = 0%
G = 32.82%
B = 67.18%

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

#006BDB (or 0x006BDB) is known color: Navy Blue. HEX triplet: 00, 6B and DB. RGB value is (0,107,219). Sum of RGB (Red+Green+Blue) = 0+107+219=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #006BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BDB is #FF9424. Grayscale: #575757. Windows color (decimal): -16749605 or 14379776. OLE color: 14379776.

HSL color Cylindrical-coordinate representation of color #006BDB: hue angle of 210.68º 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 #006BDB is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 107 219 -
CMYK 1 0.51 0 0.14
HSL 210.68º 1% 0.43% -
HSV(B) 210.68º 1% 0.86% -
XYZ 18.04 15.63 69.08 -
YUV 87.78 202.05 65.39 -
System Red Green Blue C M Y K H S L
Decimal 0 107 219 1 0.51 0 0.14 210.68 1 0.43
Hex 0 6B DB 64 33 0 E D3 64 2B
Octal 0 153 333 144 63 0 16 323 144 53
Binary 0 1101011 11011011 1100100 110011 0 1110 11010011 1100100 101011

Color Harmonies of #006BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BDB

Black with #006BDB

Text Example


Text Example

White with #006BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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