Html Css Color HEX #0069BA Navy Blue

📋 copy color: '#0069BA'

red 0 ◦ green 105 ◦ blue 186

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

Shades of Navy Blue #0069BA

Tints of Navy Blue #0069BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 0%
G = 36.08%
B = 63.92%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0069BA (or 0x0069BA) is known color: Navy Blue. HEX triplet: 00, 69 and BA. RGB value is (0,105,186). Sum of RGB (Red+Green+Blue) = 0+105+186=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0069BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069BA is #FF9645. Grayscale: #525252. Windows color (decimal): -16750150 or 12216576. OLE color: 12216576.

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

Color convert

RGB 0 105 186 -
CMYK 1 0.44 0 0.27
HSL 206.13º 1% 0.36% -
HSV(B) 206.13º 1% 0.73% -
XYZ 13.91 13.65 48.36 -
YUV 82.84 186.21 68.91 -
System Red Green Blue C M Y K H S L
Decimal 0 105 186 1 0.44 0 0.27 206.13 1 0.36
Hex 0 69 BA 64 2C 0 1B CE 64 24
Octal 0 151 272 144 54 0 33 316 144 44
Binary 0 1101001 10111010 1100100 101100 0 11011 11001110 1100100 100100

Color Harmonies of #0069BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0069BA

Black with #0069BA

Text Example


Text Example

White with #0069BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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