Html Css Color HEX #185FDC Navy Blue

📋 copy color: '#185FDC'

red 24 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #185FDC

Tints of Navy Blue #185FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 7.08%
G = 28.02%
B = 64.9%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#185FDC (or 0x185FDC) is known color: Navy Blue. HEX triplet: 18, 5F and DC. RGB value is (24,95,220). Sum of RGB (Red+Green+Blue) = 24+95+220=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #185FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FDC is #E7A023. Grayscale: #575757. Windows color (decimal): -15179812 or 14442264. OLE color: 14442264.

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

Color convert

RGB 24 95 220 -
CMYK 0.89 0.57 0 0.14
HSL 218.27º 0.8% 0.48% -
HSV(B) 218.27º 0.89% 0.86% -
XYZ 17.39 13.55 69.41 -
YUV 88.02 202.48 82.34 -
System Red Green Blue C M Y K H S L
Decimal 24 95 220 0.89 0.57 0 0.14 218.27 0.8 0.48
Hex 18 5F DC 59 39 0 E DA 50 30
Octal 30 137 334 131 71 0 16 332 120 60
Binary 11000 1011111 11011100 1011001 111001 0 1110 11011010 1010000 110000

Color Harmonies of #185FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FDC

Black with #185FDC

Text Example


Text Example

White with #185FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,95,220); }

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

background-color css

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

 a { background-color: rgb(24,95,220); }

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

border-color css

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

 span { border-color: rgb(24,95,220); }

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