Html Css Color HEX #0A6ACC Navy Blue

📋 copy color: '#0A6ACC'

red 10 ◦ green 106 ◦ blue 204

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

Shades of Navy Blue #0A6ACC

Tints of Navy Blue #0A6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

 BLUE value IS 204 (80.08% from 255) = 63.75%

R = 3.13%
G = 33.13%
B = 63.75%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0A6ACC (or 0x0A6ACC) is known color: Navy Blue. HEX triplet: 0A, 6A and CC. RGB value is (10,106,204). Sum of RGB (Red+Green+Blue) = 10+106+204=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A6ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6ACC is #F59533. Grayscale: #575757. Windows color (decimal): -16094516 or 13396490. OLE color: 13396490.

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

Color convert

RGB 10 106 204 -
CMYK 0.95 0.48 0 0.2
HSL 210.31º 0.91% 0.42% -
HSV(B) 210.31º 0.95% 0.8% -
XYZ 16.18 14.73 59.12 -
YUV 88.47 193.2 72.03 -
System Red Green Blue C M Y K H S L
Decimal 10 106 204 0.95 0.48 0 0.2 210.31 0.91 0.42
Hex A 6A CC 5F 30 0 14 D2 5B 2A
Octal 12 152 314 137 60 0 24 322 133 52
Binary 1010 1101010 11001100 1011111 110000 0 10100 11010010 1011011 101010

Color Harmonies of #0A6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6ACC

Black with #0A6ACC

Text Example


Text Example

White with #0A6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,106,204); }

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

background-color css

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

 a { background-color: rgb(10,106,204); }

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

border-color css

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

 span { border-color: rgb(10,106,204); }

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