Html Css Color HEX #185EDF Navy Blue

📋 copy color: '#185EDF'

red 24 ◦ green 94 ◦ blue 223

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

Shades of Navy Blue #185EDF

Tints of Navy Blue #185EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 223 (87.5% from 255) = 65.4%

R = 7.04%
G = 27.57%
B = 65.4%

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

#185EDF (or 0x185EDF) is known color: Navy Blue. HEX triplet: 18, 5E and DF. RGB value is (24,94,223). Sum of RGB (Red+Green+Blue) = 24+94+223=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #185EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185EDF is #E7A120. Grayscale: #575757. Windows color (decimal): -15180065 or 14638616. OLE color: 14638616.

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

Color convert

RGB 24 94 223 -
CMYK 0.89 0.58 0 0.13
HSL 218.89º 0.81% 0.48% -
HSV(B) 218.89º 0.89% 0.87% -
XYZ 17.7 13.53 71.49 -
YUV 87.78 204.31 82.51 -
System Red Green Blue C M Y K H S L
Decimal 24 94 223 0.89 0.58 0 0.13 218.89 0.81 0.48
Hex 18 5E DF 59 3A 0 D DB 51 30
Octal 30 136 337 131 72 0 15 333 121 60
Binary 11000 1011110 11011111 1011001 111010 0 1101 11011011 1010001 110000

Color Harmonies of #185EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185EDF

Black with #185EDF

Text Example


Text Example

White with #185EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,94,223); }

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

background-color css

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

 a { background-color: rgb(24,94,223); }

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

border-color css

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

 span { border-color: rgb(24,94,223); }

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