Html Css Color HEX #185CEB Navy Blue

📋 copy color: '#185CEB'

red 24 ◦ green 92 ◦ blue 235

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

Shades of Navy Blue #185CEB

Tints of Navy Blue #185CEB

RGB

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

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

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

R = 6.84%
G = 26.21%
B = 66.95%

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

#185CEB (or 0x185CEB) is known color: Navy Blue. HEX triplet: 18, 5C and EB. RGB value is (24,92,235). Sum of RGB (Red+Green+Blue) = 24+92+235=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #185CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CEB is #E7A314. Grayscale: #575757. Windows color (decimal): -15180565 or 15424536. OLE color: 15424536.

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

Color convert

RGB 24 92 235 -
CMYK 0.90 0.61 0 0.08
HSL 220.66º 0.84% 0.51% -
HSV(B) 220.66º 0.9% 0.92% -
XYZ 19.2 13.85 80.26 -
YUV 87.97 210.97 82.37 -
System Red Green Blue C M Y K H S L
Decimal 24 92 235 0.90 0.61 0 0.08 220.66 0.84 0.51
Hex 18 5C EB 5A 3D 0 8 DD 54 33
Octal 30 134 353 132 75 0 10 335 124 63
Binary 11000 1011100 11101011 1011010 111101 0 1000 11011101 1010100 110011

Color Harmonies of #185CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CEB

Black with #185CEB

Text Example


Text Example

White with #185CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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