Html Css Color HEX #0A61DF Navy Blue

📋 copy color: '#0A61DF'

red 10 ◦ green 97 ◦ blue 223

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

Shades of Navy Blue #0A61DF

Tints of Navy Blue #0A61DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.58%

R = 3.03%
G = 29.39%
B = 67.58%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A61DF (or 0x0A61DF) is known color: Navy Blue. HEX triplet: 0A, 61 and DF. RGB value is (10,97,223). Sum of RGB (Red+Green+Blue) = 10+97+223=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A61DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A61DF is #F59E20. Grayscale: #545454. Windows color (decimal): -16096801 or 14639370. OLE color: 14639370.

HSL color Cylindrical-coordinate representation of color #0A61DF: hue angle of 215.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A61DF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 97 223 -
CMYK 0.96 0.57 0 0.13
HSL 215.49º 0.91% 0.46% -
HSV(B) 215.49º 0.96% 0.87% -
XYZ 17.72 13.94 71.57 -
YUV 85.35 205.68 74.25 -
System Red Green Blue C M Y K H S L
Decimal 10 97 223 0.96 0.57 0 0.13 215.49 0.91 0.46
Hex A 61 DF 60 39 0 D D7 5B 2E
Octal 12 141 337 140 71 0 15 327 133 56
Binary 1010 1100001 11011111 1100000 111001 0 1101 11010111 1011011 101110

Color Harmonies of #0A61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A61DF

Black with #0A61DF

Text Example


Text Example

White with #0A61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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