Html Css Color HEX #213D59 Regal Blue

📋 copy color: '#213D59'

red 33 ◦ green 61 ◦ blue 89

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

Shades of Regal Blue #213D59

Tints of Regal Blue #213D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.33%

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 18.03%
G = 33.33%
B = 48.63%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213D59 (or 0x213D59) is known color: Regal Blue. HEX triplet: 21, 3D and 59. RGB value is (33,61,89). Sum of RGB (Red+Green+Blue) = 33+61+89=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #213D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D59 is #DEC2A6. Grayscale: #373737. Windows color (decimal): -14598823 or 5848353. OLE color: 5848353.

HSL color Cylindrical-coordinate representation of color #213D59: hue angle of 210º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213D59 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 61 89 -
CMYK 0.63 0.31 0 0.65
HSL 210º 0.46% 0.24% -
HSV(B) 210º 0.63% 0.35% -
XYZ 4.1 4.38 10.08 -
YUV 55.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 33 61 89 0.63 0.31 0 0.65 210 0.46 0.24
Hex 21 3D 59 3F 1F 0 41 D2 2E 18
Octal 41 75 131 77 37 0 101 322 56 30
Binary 100001 111101 1011001 111111 11111 0 1000001 11010010 101110 11000

Color Harmonies of #213D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D59

Black with #213D59

Text Example


Text Example

White with #213D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213D59; }

 p { color: rgb(33,61,89); }

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

background-color css

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

 a { background-color: rgb(33,61,89); }

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

border-color css

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

 span { border-color: rgb(33,61,89); }

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