Html Css Color HEX #0A61CE Navy Blue

📋 copy color: '#0A61CE'

red 10 ◦ green 97 ◦ blue 206

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

Shades of Navy Blue #0A61CE

Tints of Navy Blue #0A61CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 3.19%
G = 30.99%
B = 65.81%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A61CE (or 0x0A61CE) is known color: Navy Blue. HEX triplet: 0A, 61 and CE. RGB value is (10,97,206). Sum of RGB (Red+Green+Blue) = 10+97+206=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A61CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A61CE is #F59E31. Grayscale: #525252. Windows color (decimal): -16096818 or 13525258. OLE color: 13525258.

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

Color convert

RGB 10 97 206 -
CMYK 0.95 0.53 0 0.19
HSL 213.37º 0.91% 0.42% -
HSV(B) 213.37º 0.95% 0.81% -
XYZ 15.54 13.07 60.1 -
YUV 83.41 197.18 75.64 -
System Red Green Blue C M Y K H S L
Decimal 10 97 206 0.95 0.53 0 0.19 213.37 0.91 0.42
Hex A 61 CE 5F 35 0 13 D5 5B 2A
Octal 12 141 316 137 65 0 23 325 133 52
Binary 1010 1100001 11001110 1011111 110101 0 10011 11010101 1011011 101010

Color Harmonies of #0A61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A61CE

Black with #0A61CE

Text Example


Text Example

White with #0A61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,206); }

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

background-color css

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

 a { background-color: rgb(10,97,206); }

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

border-color css

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

 span { border-color: rgb(10,97,206); }

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