Html Css Color HEX #214083 Resolution Blue

📋 copy color: '#214083'

red 33 ◦ green 64 ◦ blue 131

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

Shades of Resolution Blue #214083

Tints of Resolution Blue #214083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.07%

 BLUE value IS 131 (51.56% from 255) = 57.46%

R = 14.47%
G = 28.07%
B = 57.46%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#214083 (or 0x214083) is known color: Resolution Blue. HEX triplet: 21, 40 and 83. RGB value is (33,64,131). Sum of RGB (Red+Green+Blue) = 33+64+131=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #214083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214083 is #DEBF7C. Grayscale: #3E3E3E. Windows color (decimal): -14598013 or 8601633. OLE color: 8601633.

HSL color Cylindrical-coordinate representation of color #214083: hue angle of 221.02º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214083 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 64 131 -
CMYK 0.75 0.51 0 0.49
HSL 221.02º 0.6% 0.32% -
HSV(B) 221.02º 0.75% 0.51% -
XYZ 6.56 5.63 22.21 -
YUV 62.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 33 64 131 0.75 0.51 0 0.49 221.02 0.6 0.32
Hex 21 40 83 4B 33 0 31 DD 3C 20
Octal 41 100 203 113 63 0 61 335 74 40
Binary 100001 1000000 10000011 1001011 110011 0 110001 11011101 111100 100000

Color Harmonies of #214083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214083

Black with #214083

Text Example


Text Example

White with #214083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214083; }

 p { color: rgb(33,64,131); }

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

background-color css

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

 a { background-color: rgb(33,64,131); }

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

border-color css

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

 span { border-color: rgb(33,64,131); }

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