Html Css Color HEX #18347C Resolution Blue

📋 copy color: '#18347C'

red 24 ◦ green 52 ◦ blue 124

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

Shades of Resolution Blue #18347C

Tints of Resolution Blue #18347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 124 (48.83% from 255) = 62%

R = 12%
G = 26%
B = 62%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18347C (or 0x18347C) is known color: Resolution Blue. HEX triplet: 18, 34 and 7C. RGB value is (24,52,124). Sum of RGB (Red+Green+Blue) = 24+52+124=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #18347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18347C is #E7CB83. Grayscale: #333333. Windows color (decimal): -15190916 or 8139800. OLE color: 8139800.

HSL color Cylindrical-coordinate representation of color #18347C: hue angle of 223.2º 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 #18347C is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 52 124 -
CMYK 0.81 0.58 0 0.51
HSL 223.2º 0.68% 0.29% -
HSV(B) 223.2º 0.81% 0.49% -
XYZ 5.24 4.11 19.58 -
YUV 51.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 24 52 124 0.81 0.58 0 0.51 223.2 0.68 0.29
Hex 18 34 7C 51 3A 0 33 DF 44 1D
Octal 30 64 174 121 72 0 63 337 104 35
Binary 11000 110100 1111100 1010001 111010 0 110011 11011111 1000100 11101

Color Harmonies of #18347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18347C

Black with #18347C

Text Example


Text Example

White with #18347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18347C; }

 p { color: rgb(24,52,124); }

 H1.HeaderClassName
 {
   color: #18347C;
 }
 .AnyTagClassName
 {
   color: #18347C;
 }
</style>

background-color css

<style>
 a { background-color: #18347C; }

 a { background-color: rgb(24,52,124); }

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

border-color css

<style>
 span { border-color: #18347C; }

 span { border-color: rgb(24,52,124); }

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