Html Css Color HEX #006FCB Navy Blue

📋 copy color: '#006FCB'

red 0 ◦ green 111 ◦ blue 203

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

Shades of Navy Blue #006FCB

Tints of Navy Blue #006FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 0%
G = 35.35%
B = 64.65%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#006FCB (or 0x006FCB) is known color: Navy Blue. HEX triplet: 00, 6F and CB. RGB value is (0,111,203). Sum of RGB (Red+Green+Blue) = 0+111+203=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #006FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FCB is #FF9034. Grayscale: #575757. Windows color (decimal): -16748597 or 13332224. OLE color: 13332224.

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

Color convert

RGB 0 111 203 -
CMYK 1 0.45 0 0.20
HSL 207.19º 1% 0.4% -
HSV(B) 207.19º 1% 0.8% -
XYZ 16.46 15.68 58.66 -
YUV 88.3 192.73 65.02 -
System Red Green Blue C M Y K H S L
Decimal 0 111 203 1 0.45 0 0.20 207.19 1 0.4
Hex 0 6F CB 64 2D 0 14 CF 64 28
Octal 0 157 313 144 55 0 24 317 144 50
Binary 0 1101111 11001011 1100100 101101 0 10100 11001111 1100100 101000

Color Harmonies of #006FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FCB

Black with #006FCB

Text Example


Text Example

White with #006FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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