Html Css Color HEX #213085 Resolution Blue

📋 copy color: '#213085'

red 33 ◦ green 48 ◦ blue 133

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

Shades of Resolution Blue #213085

Tints of Resolution Blue #213085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 62.15%

R = 15.42%
G = 22.43%
B = 62.15%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213085 (or 0x213085) is known color: Resolution Blue. HEX triplet: 21, 30 and 85. RGB value is (33,48,133). Sum of RGB (Red+Green+Blue) = 33+48+133=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #213085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213085 is #DECF7A. Grayscale: #343434. Windows color (decimal): -14602107 or 8728609. OLE color: 8728609.

HSL color Cylindrical-coordinate representation of color #213085: hue angle of 231º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213085 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 48 133 -
CMYK 0.75 0.64 0 0.48
HSL 231º 0.6% 0.33% -
HSV(B) 231º 0.75% 0.52% -
XYZ 5.92 4.13 22.68 -
YUV 53.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 33 48 133 0.75 0.64 0 0.48 231 0.6 0.33
Hex 21 30 85 4B 40 0 30 E7 3C 21
Octal 41 60 205 113 100 0 60 347 74 41
Binary 100001 110000 10000101 1001011 1000000 0 110000 11100111 111100 100001

Color Harmonies of #213085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213085

Black with #213085

Text Example


Text Example

White with #213085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213085; }

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

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

background-color css

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

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

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

border-color css

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

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

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