Html Css Color HEX #213985 Resolution Blue

📋 copy color: '#213985'

red 33 ◦ green 57 ◦ blue 133

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

Shades of Resolution Blue #213985

Tints of Resolution Blue #213985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 14.8%
G = 25.56%
B = 59.64%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213985 (or 0x213985) is known color: Resolution Blue. HEX triplet: 21, 39 and 85. RGB value is (33,57,133). Sum of RGB (Red+Green+Blue) = 33+57+133=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #213985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213985 is #DEC67A. Grayscale: #3A3A3A. Windows color (decimal): -14599803 or 8730913. OLE color: 8730913.

HSL color Cylindrical-coordinate representation of color #213985: hue angle of 225.6º 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 #213985 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 57 133 -
CMYK 0.75 0.57 0 0.48
HSL 225.6º 0.6% 0.33% -
HSV(B) 225.6º 0.75% 0.52% -
XYZ 6.32 4.94 22.81 -
YUV 58.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 33 57 133 0.75 0.57 0 0.48 225.6 0.6 0.33
Hex 21 39 85 4B 39 0 30 E2 3C 21
Octal 41 71 205 113 71 0 60 342 74 41
Binary 100001 111001 10000101 1001011 111001 0 110000 11100010 111100 100001

Color Harmonies of #213985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213985

Black with #213985

Text Example


Text Example

White with #213985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213985; }

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

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

background-color css

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

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

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

border-color css

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

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

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