Html Css Color HEX #0069BD Navy Blue

📋 copy color: '#0069BD'

red 0 ◦ green 105 ◦ blue 189

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

Shades of Navy Blue #0069BD

Tints of Navy Blue #0069BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.29%

R = 0%
G = 35.71%
B = 64.29%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0069BD (or 0x0069BD) is known color: Navy Blue. HEX triplet: 00, 69 and BD. RGB value is (0,105,189). Sum of RGB (Red+Green+Blue) = 0+105+189=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #0069BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069BD is #FF9642. Grayscale: #525252. Windows color (decimal): -16750147 or 12413184. OLE color: 12413184.

HSL color Cylindrical-coordinate representation of color #0069BD: hue angle of 206.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069BD is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 105 189 -
CMYK 1 0.44 0 0.26
HSL 206.67º 1% 0.37% -
HSV(B) 206.67º 1% 0.74% -
XYZ 14.24 13.78 50.05 -
YUV 83.18 187.71 68.67 -
System Red Green Blue C M Y K H S L
Decimal 0 105 189 1 0.44 0 0.26 206.67 1 0.37
Hex 0 69 BD 64 2C 0 1A CF 64 25
Octal 0 151 275 144 54 0 32 317 144 45
Binary 0 1101001 10111101 1100100 101100 0 11010 11001111 1100100 100101

Color Harmonies of #0069BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0069BD

Black with #0069BD

Text Example


Text Example

White with #0069BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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