Html Css Color HEX #0A087C Navy

📋 copy color: '#0A087C'

red 10 ◦ green 8 ◦ blue 124

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

Shades of Navy #0A087C

Tints of Navy #0A087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

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

R = 7.04%
G = 5.63%
B = 87.32%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A087C (or 0x0A087C) is known color: Navy. HEX triplet: 0A, 08 and 7C. RGB value is (10,8,124). Sum of RGB (Red+Green+Blue) = 10+8+124=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A087C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A087C is #F5F783. Grayscale: #151515. Windows color (decimal): -16119684 or 8128522. OLE color: 8128522.

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

Color convert

RGB 10 8 124 -
CMYK 0.92 0.94 0 0.51
HSL 241.03º 0.88% 0.26% -
HSV(B) 241.03º 0.94% 0.49% -
XYZ 3.85 1.69 19.19 -
YUV 21.82 185.66 119.57 -
System Red Green Blue C M Y K H S L
Decimal 10 8 124 0.92 0.94 0 0.51 241.03 0.88 0.26
Hex A 8 7C 5C 5E 0 33 F1 58 1A
Octal 12 10 174 134 136 0 63 361 130 32
Binary 1010 1000 1111100 1011100 1011110 0 110011 11110001 1011000 11010

Color Harmonies of #0A087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A087C

Black with #0A087C

Text Example


Text Example

White with #0A087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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