Html Css Color HEX #0A86DF Navy Blue

📋 copy color: '#0A86DF'

red 10 ◦ green 134 ◦ blue 223

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

Shades of Navy Blue #0A86DF

Tints of Navy Blue #0A86DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

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

R = 2.72%
G = 36.51%
B = 60.76%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A86DF (or 0x0A86DF) is known color: Navy Blue. HEX triplet: 0A, 86 and DF. RGB value is (10,134,223). Sum of RGB (Red+Green+Blue) = 10+134+223=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A86DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A86DF is #F57920. Grayscale: #6A6A6A. Windows color (decimal): -16087329 or 14648842. OLE color: 14648842.

HSL color Cylindrical-coordinate representation of color #0A86DF: hue angle of 205.07º 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 #0A86DF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 134 223 -
CMYK 0.96 0.40 0 0.13
HSL 205.07º 0.91% 0.46% -
HSV(B) 205.07º 0.96% 0.87% -
XYZ 21.97 22.44 72.99 -
YUV 107.07 193.42 58.76 -
System Red Green Blue C M Y K H S L
Decimal 10 134 223 0.96 0.40 0 0.13 205.07 0.91 0.46
Hex A 86 DF 60 28 0 D CD 5B 2E
Octal 12 206 337 140 50 0 15 315 133 56
Binary 1010 10000110 11011111 1100000 101000 0 1101 11001101 1011011 101110

Color Harmonies of #0A86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A86DF

Black with #0A86DF

Text Example


Text Example

White with #0A86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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