Html Css Color HEX #0A6FCA Navy Blue

📋 copy color: '#0A6FCA'

red 10 ◦ green 111 ◦ blue 202

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

Shades of Navy Blue #0A6FCA

Tints of Navy Blue #0A6FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

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

R = 3.1%
G = 34.37%
B = 62.54%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A6FCA (or 0x0A6FCA) is known color: Navy Blue. HEX triplet: 0A, 6F and CA. RGB value is (10,111,202). Sum of RGB (Red+Green+Blue) = 10+111+202=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A6FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6FCA is #F59035. Grayscale: #5A5A5A. Windows color (decimal): -16093238 or 13266698. OLE color: 13266698.

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

Color convert

RGB 10 111 202 -
CMYK 0.95 0.45 0 0.21
HSL 208.44º 0.91% 0.42% -
HSV(B) 208.44º 0.95% 0.79% -
XYZ 16.47 15.7 58.04 -
YUV 91.18 190.54 70.1 -
System Red Green Blue C M Y K H S L
Decimal 10 111 202 0.95 0.45 0 0.21 208.44 0.91 0.42
Hex A 6F CA 5F 2D 0 15 D0 5B 2A
Octal 12 157 312 137 55 0 25 320 133 52
Binary 1010 1101111 11001010 1011111 101101 0 10101 11010000 1011011 101010

Color Harmonies of #0A6FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6FCA

Black with #0A6FCA

Text Example


Text Example

White with #0A6FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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