Html Css Color HEX #0069CE Navy Blue

📋 copy color: '#0069CE'

red 0 ◦ green 105 ◦ blue 206

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

Shades of Navy Blue #0069CE

Tints of Navy Blue #0069CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.24%

R = 0%
G = 33.76%
B = 66.24%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0069CE (or 0x0069CE) is known color: Navy Blue. HEX triplet: 00, 69 and CE. RGB value is (0,105,206). Sum of RGB (Red+Green+Blue) = 0+105+206=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #0069CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069CE is #FF9631. Grayscale: #545454. Windows color (decimal): -16750130 or 13527296. OLE color: 13527296.

HSL color Cylindrical-coordinate representation of color #0069CE: hue angle of 209.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069CE is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 105 206 -
CMYK 1 0.49 0 0.19
HSL 209.42º 1% 0.4% -
HSV(B) 209.42º 1% 0.81% -
XYZ 16.19 14.56 60.35 -
YUV 85.12 196.21 67.29 -
System Red Green Blue C M Y K H S L
Decimal 0 105 206 1 0.49 0 0.19 209.42 1 0.4
Hex 0 69 CE 64 31 0 13 D1 64 28
Octal 0 151 316 144 61 0 23 321 144 50
Binary 0 1101001 11001110 1100100 110001 0 10011 11010001 1100100 101000

Color Harmonies of #0069CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0069CE

Black with #0069CE

Text Example


Text Example

White with #0069CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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