Html Css Color HEX #185FEC Navy Blue

📋 copy color: '#185FEC'

red 24 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #185FEC

Tints of Navy Blue #185FEC

RGB

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

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

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

R = 6.76%
G = 26.76%
B = 66.48%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#185FEC (or 0x185FEC) is known color: Navy Blue. HEX triplet: 18, 5F and EC. RGB value is (24,95,236). Sum of RGB (Red+Green+Blue) = 24+95+236=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #185FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FEC is #E7A013. Grayscale: #595959. Windows color (decimal): -15179796 or 15490840. OLE color: 15490840.

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

Color convert

RGB 24 95 236 -
CMYK 0.90 0.60 0 0.07
HSL 219.91º 0.85% 0.51% -
HSV(B) 219.91º 0.9% 0.93% -
XYZ 19.61 14.43 81.11 -
YUV 89.85 210.48 81.04 -
System Red Green Blue C M Y K H S L
Decimal 24 95 236 0.90 0.60 0 0.07 219.91 0.85 0.51
Hex 18 5F EC 5A 3C 0 7 DC 55 33
Octal 30 137 354 132 74 0 7 334 125 63
Binary 11000 1011111 11101100 1011010 111100 0 111 11011100 1010101 110011

Color Harmonies of #185FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FEC

Black with #185FEC

Text Example


Text Example

White with #185FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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