Html Css Color HEX #185AEB Navy Blue

📋 copy color: '#185AEB'

red 24 ◦ green 90 ◦ blue 235

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

Shades of Navy Blue #185AEB

Tints of Navy Blue #185AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

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

R = 6.88%
G = 25.79%
B = 67.34%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#185AEB (or 0x185AEB) is known color: Navy Blue. HEX triplet: 18, 5A and EB. RGB value is (24,90,235). Sum of RGB (Red+Green+Blue) = 24+90+235=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #185AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AEB is #E7A514. Grayscale: #565656. Windows color (decimal): -15181077 or 15424024. OLE color: 15424024.

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

Color convert

RGB 24 90 235 -
CMYK 0.90 0.62 0 0.08
HSL 221.23º 0.84% 0.51% -
HSV(B) 221.23º 0.9% 0.92% -
XYZ 19.03 13.5 80.2 -
YUV 86.8 211.63 83.21 -
System Red Green Blue C M Y K H S L
Decimal 24 90 235 0.90 0.62 0 0.08 221.23 0.84 0.51
Hex 18 5A EB 5A 3E 0 8 DD 54 33
Octal 30 132 353 132 76 0 10 335 124 63
Binary 11000 1011010 11101011 1011010 111110 0 1000 11011101 1010100 110011

Color Harmonies of #185AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AEB

Black with #185AEB

Text Example


Text Example

White with #185AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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