Html Css Color HEX #185EEB Navy Blue

📋 copy color: '#185EEB'

red 24 ◦ green 94 ◦ blue 235

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

Shades of Navy Blue #185EEB

Tints of Navy Blue #185EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.57%

R = 6.8%
G = 26.63%
B = 66.57%

CMYK

 C value IS 0.90

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#185EEB (or 0x185EEB) is known color: Navy Blue. HEX triplet: 18, 5E and EB. RGB value is (24,94,235). Sum of RGB (Red+Green+Blue) = 24+94+235=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #185EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EEB is #E7A114. Grayscale: #585858. Windows color (decimal): -15180053 or 15425048. OLE color: 15425048.

HSL color Cylindrical-coordinate representation of color #185EEB: hue angle of 220.09º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185EEB is Cyan = 0.90, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 94 235 -
CMYK 0.90 0.6 0 0.08
HSL 220.09º 0.84% 0.51% -
HSV(B) 220.09º 0.9% 0.92% -
XYZ 19.37 14.2 80.32 -
YUV 89.14 210.31 81.54 -
System Red Green Blue C M Y K H S L
Decimal 24 94 235 0.90 0.6 0 0.08 220.09 0.84 0.51
Hex 18 5E EB 5A 3C 0 8 DC 54 33
Octal 30 136 353 132 74 0 10 334 124 63
Binary 11000 1011110 11101011 1011010 111100 0 1000 11011100 1010100 110011

Color Harmonies of #185EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185EEB

Black with #185EEB

Text Example


Text Example

White with #185EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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