Html Css Color HEX #18347E Resolution Blue

📋 copy color: '#18347E'

red 24 ◦ green 52 ◦ blue 126

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

Shades of Resolution Blue #18347E

Tints of Resolution Blue #18347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 62.38%

R = 11.88%
G = 25.74%
B = 62.38%

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

#18347E (or 0x18347E) is known color: Resolution Blue. HEX triplet: 18, 34 and 7E. RGB value is (24,52,126). Sum of RGB (Red+Green+Blue) = 24+52+126=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 126 (49.61% from 255 or 62.38% from 202); Max value from RGB is 126 - color contains mainly: blue. Hex color #18347E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18347E is #E7CB81. Grayscale: #333333. Windows color (decimal): -15190914 or 8270872. OLE color: 8270872.

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

Color convert

RGB 24 52 126 -
CMYK 0.81 0.59 0 0.51
HSL 223.53º 0.68% 0.29% -
HSV(B) 223.53º 0.81% 0.49% -
XYZ 5.37 4.16 20.26 -
YUV 52.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 24 52 126 0.81 0.59 0 0.51 223.53 0.68 0.29
Hex 18 34 7E 51 3B 0 33 E0 44 1D
Octal 30 64 176 121 73 0 63 340 104 35
Binary 11000 110100 1111110 1010001 111011 0 110011 11100000 1000100 11101

Color Harmonies of #18347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18347E

Black with #18347E

Text Example


Text Example

White with #18347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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