Html Css Color HEX #006FCC Navy Blue

📋 copy color: '#006FCC'

red 0 ◦ green 111 ◦ blue 204

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

Shades of Navy Blue #006FCC

Tints of Navy Blue #006FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.76%

R = 0%
G = 35.24%
B = 64.76%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#006FCC (or 0x006FCC) is known color: Navy Blue. HEX triplet: 00, 6F and CC. RGB value is (0,111,204). Sum of RGB (Red+Green+Blue) = 0+111+204=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #006FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FCC is #FF9033. Grayscale: #575757. Windows color (decimal): -16748596 or 13397760. OLE color: 13397760.

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

Color convert

RGB 0 111 204 -
CMYK 1 0.46 0 0.2
HSL 207.35º 1% 0.4% -
HSV(B) 207.35º 1% 0.8% -
XYZ 16.58 15.73 59.29 -
YUV 88.41 193.23 64.94 -
System Red Green Blue C M Y K H S L
Decimal 0 111 204 1 0.46 0 0.2 207.35 1 0.4
Hex 0 6F CC 64 2E 0 14 CF 64 28
Octal 0 157 314 144 56 0 24 317 144 50
Binary 0 1101111 11001100 1100100 101110 0 10100 11001111 1100100 101000

Color Harmonies of #006FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FCC

Black with #006FCC

Text Example


Text Example

White with #006FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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