Html Css Color HEX #0069CC Navy Blue

📋 copy color: '#0069CC'

red 0 ◦ green 105 ◦ blue 204

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

Shades of Navy Blue #0069CC

Tints of Navy Blue #0069CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

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

R = 0%
G = 33.98%
B = 66.02%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0069CC (or 0x0069CC) is known color: Navy Blue. HEX triplet: 00, 69 and CC. RGB value is (0,105,204). Sum of RGB (Red+Green+Blue) = 0+105+204=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #0069CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069CC is #FF9633. Grayscale: #545454. Windows color (decimal): -16750132 or 13396224. OLE color: 13396224.

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

Color convert

RGB 0 105 204 -
CMYK 1 0.49 0 0.2
HSL 209.12º 1% 0.4% -
HSV(B) 209.12º 1% 0.8% -
XYZ 15.95 14.46 59.08 -
YUV 84.89 195.21 67.45 -
System Red Green Blue C M Y K H S L
Decimal 0 105 204 1 0.49 0 0.2 209.12 1 0.4
Hex 0 69 CC 64 31 0 14 D1 64 28
Octal 0 151 314 144 61 0 24 321 144 50
Binary 0 1101001 11001100 1100100 110001 0 10100 11010001 1100100 101000

Color Harmonies of #0069CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0069CC

Black with #0069CC

Text Example


Text Example

White with #0069CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0069CC; }

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

 H1.HeaderClassName
 {
   color: #0069CC;
 }
 .AnyTagClassName
 {
   color: #0069CC;
 }
</style>

background-color css

<style>
 a { background-color: #0069CC; }

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

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

border-color css

<style>
 span { border-color: #0069CC; }

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

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