Html Css Color HEX #185FE9 Navy Blue

📋 copy color: '#185FE9'

red 24 ◦ green 95 ◦ blue 233

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

Shades of Navy Blue #185FE9

Tints of Navy Blue #185FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 66.19%

R = 6.82%
G = 26.99%
B = 66.19%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#185FE9 (or 0x185FE9) is known color: Navy Blue. HEX triplet: 18, 5F and E9. RGB value is (24,95,233). Sum of RGB (Red+Green+Blue) = 24+95+233=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 233 (91.41% from 255 or 66.19% from 352); Max value from RGB is 233 - color contains mainly: blue. Hex color #185FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FE9 is #E7A016. Grayscale: #585858. Windows color (decimal): -15179799 or 15294232. OLE color: 15294232.

HSL color Cylindrical-coordinate representation of color #185FE9: hue angle of 219.62º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185FE9 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 95 233 -
CMYK 0.90 0.59 0 0.09
HSL 219.62º 0.83% 0.5% -
HSV(B) 219.62º 0.9% 0.91% -
XYZ 19.18 14.26 78.83 -
YUV 89.5 208.98 81.28 -
System Red Green Blue C M Y K H S L
Decimal 24 95 233 0.90 0.59 0 0.09 219.62 0.83 0.5
Hex 18 5F E9 5A 3B 0 9 DC 53 32
Octal 30 137 351 132 73 0 11 334 123 62
Binary 11000 1011111 11101001 1011010 111011 0 1001 11011100 1010011 110010

Color Harmonies of #185FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FE9

Black with #185FE9

Text Example


Text Example

White with #185FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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