Html Css Color HEX #18337D Resolution Blue

📋 copy color: '#18337D'

red 24 ◦ green 51 ◦ blue 125

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

Shades of Resolution Blue #18337D

Tints of Resolution Blue #18337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

 BLUE value IS 125 (49.22% from 255) = 62.5%

R = 12%
G = 25.5%
B = 62.5%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18337D (or 0x18337D) is known color: Resolution Blue. HEX triplet: 18, 33 and 7D. RGB value is (24,51,125). Sum of RGB (Red+Green+Blue) = 24+51+125=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #18337D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18337D is #E7CC82. Grayscale: #333333. Windows color (decimal): -15191171 or 8205080. OLE color: 8205080.

HSL color Cylindrical-coordinate representation of color #18337D: hue angle of 223.96º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18337D is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 51 125 -
CMYK 0.81 0.59 0 0.51
HSL 223.96º 0.68% 0.29% -
HSV(B) 223.96º 0.81% 0.49% -
XYZ 5.26 4.04 19.9 -
YUV 51.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 24 51 125 0.81 0.59 0 0.51 223.96 0.68 0.29
Hex 18 33 7D 51 3B 0 33 E0 44 1D
Octal 30 63 175 121 73 0 63 340 104 35
Binary 11000 110011 1111101 1010001 111011 0 110011 11100000 1000100 11101

Color Harmonies of #18337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18337D

Black with #18337D

Text Example


Text Example

White with #18337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18337D; }

 p { color: rgb(24,51,125); }

 H1.HeaderClassName
 {
   color: #18337D;
 }
 .AnyTagClassName
 {
   color: #18337D;
 }
</style>

background-color css

<style>
 a { background-color: #18337D; }

 a { background-color: rgb(24,51,125); }

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

border-color css

<style>
 span { border-color: #18337D; }

 span { border-color: rgb(24,51,125); }

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