Html Css Color HEX #0A097C Navy

📋 copy color: '#0A097C'

red 10 ◦ green 9 ◦ blue 124

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

Shades of Navy #0A097C

Tints of Navy #0A097C

RGB

 RED value IS 10 (4.3% from 255) = 6.99%

 GREEN value IS 9 (3.91% from 255) = 6.29%

 BLUE value IS 124 (48.83% from 255) = 86.71%

R = 6.99%
G = 6.29%
B = 86.71%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A097C (or 0x0A097C) is known color: Navy. HEX triplet: 0A, 09 and 7C. RGB value is (10,9,124). Sum of RGB (Red+Green+Blue) = 10+9+124=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A097C is #F5F683. Grayscale: #151515. Windows color (decimal): -16119428 or 8128778. OLE color: 8128778.

HSL color Cylindrical-coordinate representation of color #0A097C: hue angle of 240.52º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A097C is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 9 124 -
CMYK 0.92 0.93 0 0.51
HSL 240.52º 0.86% 0.26% -
HSV(B) 240.52º 0.93% 0.49% -
XYZ 3.86 1.72 19.2 -
YUV 22.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 10 9 124 0.92 0.93 0 0.51 240.52 0.86 0.26
Hex A 9 7C 5C 5D 0 33 F1 56 1A
Octal 12 11 174 134 135 0 63 361 126 32
Binary 1010 1001 1111100 1011100 1011101 0 110011 11110001 1010110 11010

Color Harmonies of #0A097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A097C

Black with #0A097C

Text Example


Text Example

White with #0A097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A097C; }

 p { color: rgb(10,9,124); }

 H1.HeaderClassName
 {
   color: #0A097C;
 }
 .AnyTagClassName
 {
   color: #0A097C;
 }
</style>

background-color css

<style>
 a { background-color: #0A097C; }

 a { background-color: rgb(10,9,124); }

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

border-color css

<style>
 span { border-color: #0A097C; }

 span { border-color: rgb(10,9,124); }

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