Html Css Color HEX #0A61D7 Navy Blue

📋 copy color: '#0A61D7'

red 10 ◦ green 97 ◦ blue 215

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

Shades of Navy Blue #0A61D7

Tints of Navy Blue #0A61D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.77%

R = 3.11%
G = 30.12%
B = 66.77%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0A61D7 (or 0x0A61D7) is known color: Navy Blue. HEX triplet: 0A, 61 and D7. RGB value is (10,97,215). Sum of RGB (Red+Green+Blue) = 10+97+215=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #0A61D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A61D7 is #F59E28. Grayscale: #535353. Windows color (decimal): -16096809 or 14115082. OLE color: 14115082.

HSL color Cylindrical-coordinate representation of color #0A61D7: hue angle of 214.54º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A61D7 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 97 215 -
CMYK 0.95 0.55 0 0.16
HSL 214.54º 0.91% 0.44% -
HSV(B) 214.54º 0.95% 0.84% -
XYZ 16.67 13.52 66.02 -
YUV 84.44 201.68 74.91 -
System Red Green Blue C M Y K H S L
Decimal 10 97 215 0.95 0.55 0 0.16 214.54 0.91 0.44
Hex A 61 D7 5F 37 0 10 D7 5B 2C
Octal 12 141 327 137 67 0 20 327 133 54
Binary 1010 1100001 11010111 1011111 110111 0 10000 11010111 1011011 101100

Color Harmonies of #0A61D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A61D7

Black with #0A61D7

Text Example


Text Example

White with #0A61D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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