Html Css Color HEX #006DCB Navy Blue

📋 copy color: '#006DCB'

red 0 ◦ green 109 ◦ blue 203

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

Shades of Navy Blue #006DCB

Tints of Navy Blue #006DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 0%
G = 34.94%
B = 65.06%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#006DCB (or 0x006DCB) is known color: Navy Blue. HEX triplet: 00, 6D and CB. RGB value is (0,109,203). Sum of RGB (Red+Green+Blue) = 0+109+203=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #006DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DCB is #FF9234. Grayscale: #565656. Windows color (decimal): -16749109 or 13331712. OLE color: 13331712.

HSL color Cylindrical-coordinate representation of color #006DCB: hue angle of 207.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DCB is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 109 203 -
CMYK 1 0.46 0 0.20
HSL 207.78º 1% 0.4% -
HSV(B) 207.78º 1% 0.8% -
XYZ 16.25 15.25 58.59 -
YUV 87.13 193.39 65.86 -
System Red Green Blue C M Y K H S L
Decimal 0 109 203 1 0.46 0 0.20 207.78 1 0.4
Hex 0 6D CB 64 2E 0 14 D0 64 28
Octal 0 155 313 144 56 0 24 320 144 50
Binary 0 1101101 11001011 1100100 101110 0 10100 11010000 1100100 101000

Color Harmonies of #006DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DCB

Black with #006DCB

Text Example


Text Example

White with #006DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,109,203); }

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

background-color css

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

 a { background-color: rgb(0,109,203); }

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

border-color css

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

 span { border-color: rgb(0,109,203); }

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