Html Css Color HEX #185AEC Navy Blue

📋 copy color: '#185AEC'

red 24 ◦ green 90 ◦ blue 236

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

Shades of Navy Blue #185AEC

Tints of Navy Blue #185AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 6.86%
G = 25.71%
B = 67.43%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#185AEC (or 0x185AEC) is known color: Navy Blue. HEX triplet: 18, 5A and EC. RGB value is (24,90,236). Sum of RGB (Red+Green+Blue) = 24+90+236=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #185AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AEC is #E7A513. Grayscale: #565656. Windows color (decimal): -15181076 or 15489560. OLE color: 15489560.

HSL color Cylindrical-coordinate representation of color #185AEC: hue angle of 221.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185AEC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 90 236 -
CMYK 0.90 0.62 0 0.07
HSL 221.32º 0.85% 0.51% -
HSV(B) 221.32º 0.9% 0.93% -
XYZ 19.17 13.56 80.96 -
YUV 86.91 212.13 83.13 -
System Red Green Blue C M Y K H S L
Decimal 24 90 236 0.90 0.62 0 0.07 221.32 0.85 0.51
Hex 18 5A EC 5A 3E 0 7 DD 55 33
Octal 30 132 354 132 76 0 7 335 125 63
Binary 11000 1011010 11101100 1011010 111110 0 111 11011101 1010101 110011

Color Harmonies of #185AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AEC

Black with #185AEC

Text Example


Text Example

White with #185AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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