Html Css Color HEX #0A6CCC Navy Blue

📋 copy color: '#0A6CCC'

red 10 ◦ green 108 ◦ blue 204

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

Shades of Navy Blue #0A6CCC

Tints of Navy Blue #0A6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

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

R = 3.11%
G = 33.54%
B = 63.35%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0A6CCC (or 0x0A6CCC) is known color: Navy Blue. HEX triplet: 0A, 6C and CC. RGB value is (10,108,204). Sum of RGB (Red+Green+Blue) = 10+108+204=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A6CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6CCC is #F59333. Grayscale: #595959. Windows color (decimal): -16094004 or 13397002. OLE color: 13397002.

HSL color Cylindrical-coordinate representation of color #0A6CCC: hue angle of 209.69º 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 #0A6CCC is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 108 204 -
CMYK 0.95 0.47 0 0.2
HSL 209.69º 0.91% 0.42% -
HSV(B) 209.69º 0.95% 0.8% -
XYZ 16.39 15.15 59.19 -
YUV 89.64 192.53 71.19 -
System Red Green Blue C M Y K H S L
Decimal 10 108 204 0.95 0.47 0 0.2 209.69 0.91 0.42
Hex A 6C CC 5F 2F 0 14 D2 5B 2A
Octal 12 154 314 137 57 0 24 322 133 52
Binary 1010 1101100 11001100 1011111 101111 0 10100 11010010 1011011 101010

Color Harmonies of #0A6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6CCC

Black with #0A6CCC

Text Example


Text Example

White with #0A6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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