Html Css Color HEX #0A84DD Navy Blue

📋 copy color: '#0A84DD'

red 10 ◦ green 132 ◦ blue 221

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

Shades of Navy Blue #0A84DD

Tints of Navy Blue #0A84DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 2.75%
G = 36.36%
B = 60.88%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A84DD (or 0x0A84DD) is known color: Navy Blue. HEX triplet: 0A, 84 and DD. RGB value is (10,132,221). Sum of RGB (Red+Green+Blue) = 10+132+221=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A84DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A84DD is #F57B22. Grayscale: #696969. Windows color (decimal): -16087843 or 14517258. OLE color: 14517258.

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

Color convert

RGB 10 132 221 -
CMYK 0.95 0.40 0 0.13
HSL 205.31º 0.91% 0.45% -
HSV(B) 205.31º 0.95% 0.87% -
XYZ 21.43 21.79 71.48 -
YUV 105.67 193.08 59.76 -
System Red Green Blue C M Y K H S L
Decimal 10 132 221 0.95 0.40 0 0.13 205.31 0.91 0.45
Hex A 84 DD 5F 28 0 D CD 5B 2D
Octal 12 204 335 137 50 0 15 315 133 55
Binary 1010 10000100 11011101 1011111 101000 0 1101 11001101 1011011 101101

Color Harmonies of #0A84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A84DD

Black with #0A84DD

Text Example


Text Example

White with #0A84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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