Html Css Color HEX #185FDE Navy Blue

📋 copy color: '#185FDE'

red 24 ◦ green 95 ◦ blue 222

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

Shades of Navy Blue #185FDE

Tints of Navy Blue #185FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 7.04%
G = 27.86%
B = 65.1%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#185FDE (or 0x185FDE) is known color: Navy Blue. HEX triplet: 18, 5F and DE. RGB value is (24,95,222). Sum of RGB (Red+Green+Blue) = 24+95+222=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #185FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FDE is #E7A021. Grayscale: #575757. Windows color (decimal): -15179810 or 14573336. OLE color: 14573336.

HSL color Cylindrical-coordinate representation of color #185FDE: hue angle of 218.48º 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 #185FDE is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 95 222 -
CMYK 0.89 0.57 0 0.13
HSL 218.48º 0.8% 0.48% -
HSV(B) 218.48º 0.89% 0.87% -
XYZ 17.65 13.65 70.81 -
YUV 88.25 203.48 82.17 -
System Red Green Blue C M Y K H S L
Decimal 24 95 222 0.89 0.57 0 0.13 218.48 0.8 0.48
Hex 18 5F DE 59 39 0 D DA 50 30
Octal 30 137 336 131 71 0 15 332 120 60
Binary 11000 1011111 11011110 1011001 111001 0 1101 11011010 1010000 110000

Color Harmonies of #185FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FDE

Black with #185FDE

Text Example


Text Example

White with #185FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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