Html Css Color HEX #185FDF Navy Blue

📋 copy color: '#185FDF'

red 24 ◦ green 95 ◦ blue 223

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

Shades of Navy Blue #185FDF

Tints of Navy Blue #185FDF

RGB

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

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

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

R = 7.02%
G = 27.78%
B = 65.2%

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

#185FDF (or 0x185FDF) is known color: Navy Blue. HEX triplet: 18, 5F and DF. RGB value is (24,95,223). Sum of RGB (Red+Green+Blue) = 24+95+223=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #185FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FDF is #E7A020. Grayscale: #575757. Windows color (decimal): -15179809 or 14638872. OLE color: 14638872.

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

Color convert

RGB 24 95 223 -
CMYK 0.89 0.57 0 0.13
HSL 218.59º 0.81% 0.48% -
HSV(B) 218.59º 0.89% 0.87% -
XYZ 17.79 13.71 71.52 -
YUV 88.36 203.98 82.09 -
System Red Green Blue C M Y K H S L
Decimal 24 95 223 0.89 0.57 0 0.13 218.59 0.81 0.48
Hex 18 5F DF 59 39 0 D DB 51 30
Octal 30 137 337 131 71 0 15 333 121 60
Binary 11000 1011111 11011111 1011001 111001 0 1101 11011011 1010001 110000

Color Harmonies of #185FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FDF

Black with #185FDF

Text Example


Text Example

White with #185FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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