Html Css Color HEX #185DDD Navy Blue

📋 copy color: '#185DDD'

red 24 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #185DDD

Tints of Navy Blue #185DDD

RGB

 RED value IS 24 (9.77% from 255) = 7.1%

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 7.1%
G = 27.51%
B = 65.38%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#185DDD (or 0x185DDD) is known color: Navy Blue. HEX triplet: 18, 5D and DD. RGB value is (24,93,221). Sum of RGB (Red+Green+Blue) = 24+93+221=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #185DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DDD is #E7A222. Grayscale: #565656. Windows color (decimal): -15180323 or 14507288. OLE color: 14507288.

HSL color Cylindrical-coordinate representation of color #185DDD: hue angle of 218.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185DDD is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 93 221 -
CMYK 0.89 0.58 0 0.13
HSL 218.98º 0.8% 0.48% -
HSV(B) 218.98º 0.89% 0.87% -
XYZ 17.34 13.24 70.05 -
YUV 86.96 203.64 83.09 -
System Red Green Blue C M Y K H S L
Decimal 24 93 221 0.89 0.58 0 0.13 218.98 0.8 0.48
Hex 18 5D DD 59 3A 0 D DB 50 30
Octal 30 135 335 131 72 0 15 333 120 60
Binary 11000 1011101 11011101 1011001 111010 0 1101 11011011 1010000 110000

Color Harmonies of #185DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DDD

Black with #185DDD

Text Example


Text Example

White with #185DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185DDD; }

 p { color: rgb(24,93,221); }

 H1.HeaderClassName
 {
   color: #185DDD;
 }
 .AnyTagClassName
 {
   color: #185DDD;
 }
</style>

background-color css

<style>
 a { background-color: #185DDD; }

 a { background-color: rgb(24,93,221); }

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

border-color css

<style>
 span { border-color: #185DDD; }

 span { border-color: rgb(24,93,221); }

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