Html Css Color HEX #0A6CCA Navy Blue

📋 copy color: '#0A6CCA'

red 10 ◦ green 108 ◦ blue 202

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

Shades of Navy Blue #0A6CCA

Tints of Navy Blue #0A6CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 3.13%
G = 33.75%
B = 63.13%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A6CCA (or 0x0A6CCA) is known color: Navy Blue. HEX triplet: 0A, 6C and CA. RGB value is (10,108,202). Sum of RGB (Red+Green+Blue) = 10+108+202=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A6CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6CCA is #F59335. Grayscale: #585858. Windows color (decimal): -16094006 or 13265930. OLE color: 13265930.

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

Color convert

RGB 10 108 202 -
CMYK 0.95 0.47 0 0.21
HSL 209.38º 0.91% 0.42% -
HSV(B) 209.38º 0.95% 0.79% -
XYZ 16.15 15.05 57.93 -
YUV 89.41 191.53 71.36 -
System Red Green Blue C M Y K H S L
Decimal 10 108 202 0.95 0.47 0 0.21 209.38 0.91 0.42
Hex A 6C CA 5F 2F 0 15 D1 5B 2A
Octal 12 154 312 137 57 0 25 321 133 52
Binary 1010 1101100 11001010 1011111 101111 0 10101 11010001 1011011 101010

Color Harmonies of #0A6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6CCA

Black with #0A6CCA

Text Example


Text Example

White with #0A6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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