Html Css Color HEX #18327F Resolution Blue

📋 copy color: '#18327F'

red 24 ◦ green 50 ◦ blue 127

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

Shades of Resolution Blue #18327F

Tints of Resolution Blue #18327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

 BLUE value IS 127 (50% from 255) = 63.18%

R = 11.94%
G = 24.88%
B = 63.18%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18327F (or 0x18327F) is known color: Resolution Blue. HEX triplet: 18, 32 and 7F. RGB value is (24,50,127). Sum of RGB (Red+Green+Blue) = 24+50+127=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #18327F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18327F is #E7CD80. Grayscale: #323232. Windows color (decimal): -15191425 or 8335896. OLE color: 8335896.

HSL color Cylindrical-coordinate representation of color #18327F: hue angle of 224.85º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18327F is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 50 127 -
CMYK 0.81 0.61 0 0.50
HSL 224.85º 0.68% 0.3% -
HSV(B) 224.85º 0.81% 0.5% -
XYZ 5.35 4.01 20.57 -
YUV 51 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 24 50 127 0.81 0.61 0 0.50 224.85 0.68 0.3
Hex 18 32 7F 51 3D 0 32 E1 44 1E
Octal 30 62 177 121 75 0 62 341 104 36
Binary 11000 110010 1111111 1010001 111101 0 110010 11100001 1000100 11110

Color Harmonies of #18327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18327F

Black with #18327F

Text Example


Text Example

White with #18327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18327F; }

 p { color: rgb(24,50,127); }

 H1.HeaderClassName
 {
   color: #18327F;
 }
 .AnyTagClassName
 {
   color: #18327F;
 }
</style>

background-color css

<style>
 a { background-color: #18327F; }

 a { background-color: rgb(24,50,127); }

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

border-color css

<style>
 span { border-color: #18327F; }

 span { border-color: rgb(24,50,127); }

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