Html Css Color HEX #185CEA Navy Blue

📋 copy color: '#185CEA'

red 24 ◦ green 92 ◦ blue 234

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

Shades of Navy Blue #185CEA

Tints of Navy Blue #185CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 6.86%
G = 26.29%
B = 66.86%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#185CEA (or 0x185CEA) is known color: Navy Blue. HEX triplet: 18, 5C and EA. RGB value is (24,92,234). Sum of RGB (Red+Green+Blue) = 24+92+234=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #185CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CEA is #E7A315. Grayscale: #575757. Windows color (decimal): -15180566 or 15359000. OLE color: 15359000.

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

Color convert

RGB 24 92 234 -
CMYK 0.90 0.61 0 0.08
HSL 220.57º 0.83% 0.51% -
HSV(B) 220.57º 0.9% 0.92% -
XYZ 19.06 13.79 79.5 -
YUV 87.86 210.47 82.45 -
System Red Green Blue C M Y K H S L
Decimal 24 92 234 0.90 0.61 0 0.08 220.57 0.83 0.51
Hex 18 5C EA 5A 3D 0 8 DD 53 33
Octal 30 134 352 132 75 0 10 335 123 63
Binary 11000 1011100 11101010 1011010 111101 0 1000 11011101 1010011 110011

Color Harmonies of #185CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CEA

Black with #185CEA

Text Example


Text Example

White with #185CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,92,234); }

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

background-color css

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

 a { background-color: rgb(24,92,234); }

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

border-color css

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

 span { border-color: rgb(24,92,234); }

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