Html Css Color HEX #18317F Resolution Blue

📋 copy color: '#18317F'

red 24 ◦ green 49 ◦ blue 127

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

Shades of Resolution Blue #18317F

Tints of Resolution Blue #18317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

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

R = 12%
G = 24.5%
B = 63.5%

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

#18317F (or 0x18317F) is known color: Resolution Blue. HEX triplet: 18, 31 and 7F. RGB value is (24,49,127). Sum of RGB (Red+Green+Blue) = 24+49+127=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #18317F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18317F is #E7CE80. Grayscale: #323232. Windows color (decimal): -15191681 or 8335640. OLE color: 8335640.

HSL color Cylindrical-coordinate representation of color #18317F: hue angle of 225.44º 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 #18317F is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 49 127 -
CMYK 0.81 0.61 0 0.50
HSL 225.44º 0.68% 0.3% -
HSV(B) 225.44º 0.81% 0.5% -
XYZ 5.31 3.92 20.56 -
YUV 50.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 24 49 127 0.81 0.61 0 0.50 225.44 0.68 0.3
Hex 18 31 7F 51 3D 0 32 E1 44 1E
Octal 30 61 177 121 75 0 62 341 104 36
Binary 11000 110001 1111111 1010001 111101 0 110010 11100001 1000100 11110

Color Harmonies of #18317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18317F

Black with #18317F

Text Example


Text Example

White with #18317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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