Html Css Color HEX #0A86DD Navy Blue

📋 copy color: '#0A86DD'

red 10 ◦ green 134 ◦ blue 221

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

Shades of Navy Blue #0A86DD

Tints of Navy Blue #0A86DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 2.74%
G = 36.71%
B = 60.55%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A86DD (or 0x0A86DD) is known color: Navy Blue. HEX triplet: 0A, 86 and DD. RGB value is (10,134,221). Sum of RGB (Red+Green+Blue) = 10+134+221=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A86DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A86DD is #F57922. Grayscale: #6A6A6A. Windows color (decimal): -16087331 or 14517770. OLE color: 14517770.

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

Color convert

RGB 10 134 221 -
CMYK 0.95 0.39 0 0.13
HSL 204.74º 0.91% 0.45% -
HSV(B) 204.74º 0.95% 0.87% -
XYZ 21.7 22.34 71.57 -
YUV 106.84 192.42 58.93 -
System Red Green Blue C M Y K H S L
Decimal 10 134 221 0.95 0.39 0 0.13 204.74 0.91 0.45
Hex A 86 DD 5F 27 0 D CD 5B 2D
Octal 12 206 335 137 47 0 15 315 133 55
Binary 1010 10000110 11011101 1011111 100111 0 1101 11001101 1011011 101101

Color Harmonies of #0A86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A86DD

Black with #0A86DD

Text Example


Text Example

White with #0A86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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