Html Css Color HEX #0A036B Navy

📋 copy color: '#0A036B'

red 10 ◦ green 3 ◦ blue 107

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

Shades of Navy #0A036B

Tints of Navy #0A036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

 BLUE value IS 107 (42.19% from 255) = 89.17%

R = 8.33%
G = 2.5%
B = 89.17%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A036B (or 0x0A036B) is known color: Navy. HEX triplet: 0A, 03 and 6B. RGB value is (10,3,107). Sum of RGB (Red+Green+Blue) = 10+3+107=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 107 (42.19% from 255 or 89.17% from 120); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A036B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A036B is #F5FC94. Grayscale: #101010. Windows color (decimal): -16120981 or 7013130. OLE color: 7013130.

HSL color Cylindrical-coordinate representation of color #0A036B: hue angle of 244.04º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A036B is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 3 107 -
CMYK 0.91 0.97 0 0.58
HSL 244.04º 0.95% 0.22% -
HSV(B) 244.04º 0.97% 0.42% -
XYZ 2.81 1.19 13.99 -
YUV 16.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 10 3 107 0.91 0.97 0 0.58 244.04 0.95 0.22
Hex A 3 6B 5B 61 0 3A F4 5F 16
Octal 12 3 153 133 141 0 72 364 137 26
Binary 1010 11 1101011 1011011 1100001 0 111010 11110100 1011111 10110

Color Harmonies of #0A036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A036B

Black with #0A036B

Text Example


Text Example

White with #0A036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,3,107); }

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

background-color css

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

 a { background-color: rgb(10,3,107); }

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

border-color css

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

 span { border-color: rgb(10,3,107); }

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