Html Css Color HEX #185EE9 Navy Blue

📋 copy color: '#185EE9'

red 24 ◦ green 94 ◦ blue 233

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

Shades of Navy Blue #185EE9

Tints of Navy Blue #185EE9

RGB

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

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

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

R = 6.84%
G = 26.78%
B = 66.38%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#185EE9 (or 0x185EE9) is known color: Navy Blue. HEX triplet: 18, 5E and E9. RGB value is (24,94,233). Sum of RGB (Red+Green+Blue) = 24+94+233=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 233 (91.41% from 255 or 66.38% from 351); Max value from RGB is 233 - color contains mainly: blue. Hex color #185EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EE9 is #E7A116. Grayscale: #585858. Windows color (decimal): -15180055 or 15293976. OLE color: 15293976.

HSL color Cylindrical-coordinate representation of color #185EE9: hue angle of 219.9º 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 #185EE9 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 94 233 -
CMYK 0.90 0.60 0 0.09
HSL 219.9º 0.83% 0.5% -
HSV(B) 219.9º 0.9% 0.91% -
XYZ 19.09 14.08 78.8 -
YUV 88.92 209.31 81.7 -
System Red Green Blue C M Y K H S L
Decimal 24 94 233 0.90 0.60 0 0.09 219.9 0.83 0.5
Hex 18 5E E9 5A 3C 0 9 DC 53 32
Octal 30 136 351 132 74 0 11 334 123 62
Binary 11000 1011110 11101001 1011010 111100 0 1001 11011100 1010011 110010

Color Harmonies of #185EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185EE9

Black with #185EE9

Text Example


Text Example

White with #185EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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