Html Css Color HEX #213076 Resolution Blue

📋 copy color: '#213076'

red 33 ◦ green 48 ◦ blue 118

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

Shades of Resolution Blue #213076

Tints of Resolution Blue #213076

RGB

 RED value IS 33 (13.28% from 255) = 16.58%

 GREEN value IS 48 (19.14% from 255) = 24.12%

 BLUE value IS 118 (46.48% from 255) = 59.3%

R = 16.58%
G = 24.12%
B = 59.3%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213076 (or 0x213076) is known color: Resolution Blue. HEX triplet: 21, 30 and 76. RGB value is (33,48,118). Sum of RGB (Red+Green+Blue) = 33+48+118=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #213076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213076 is #DECF89. Grayscale: #333333. Windows color (decimal): -14602122 or 7745569. OLE color: 7745569.

HSL color Cylindrical-coordinate representation of color #213076: hue angle of 229.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213076 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 48 118 -
CMYK 0.72 0.59 0 0.54
HSL 229.41º 0.56% 0.3% -
HSV(B) 229.41º 0.72% 0.46% -
XYZ 4.95 3.75 17.6 -
YUV 51.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 33 48 118 0.72 0.59 0 0.54 229.41 0.56 0.3
Hex 21 30 76 48 3B 0 36 E5 38 1E
Octal 41 60 166 110 73 0 66 345 70 36
Binary 100001 110000 1110110 1001000 111011 0 110110 11100101 111000 11110

Color Harmonies of #213076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213076

Black with #213076

Text Example


Text Example

White with #213076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213076; }

 p { color: rgb(33,48,118); }

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

background-color css

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

 a { background-color: rgb(33,48,118); }

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

border-color css

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

 span { border-color: rgb(33,48,118); }

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