Html Css Color HEX #213033 Oxford Blue

📋 copy color: '#213033'

red 33 ◦ green 48 ◦ blue 51

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

Shades of Oxford Blue #213033

Tints of Oxford Blue #213033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 38.64%

R = 25%
G = 36.36%
B = 38.64%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#213033 (or 0x213033) is known color: Oxford Blue. HEX triplet: 21, 30 and 33. RGB value is (33,48,51). Sum of RGB (Red+Green+Blue) = 33+48+51=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 51 - color contains mainly: blue. Hex color #213033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213033 is #DECFCC. Grayscale: #2B2B2B. Windows color (decimal): -14602189 or 3354657. OLE color: 3354657.

HSL color Cylindrical-coordinate representation of color #213033: hue angle of 190º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213033 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 48 51 -
CMYK 0.35 0.06 0 0.8
HSL 190º 0.21% 0.16% -
HSV(B) 190º 0.35% 0.2% -
XYZ 2.28 2.68 3.53 -
YUV 43.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 33 48 51 0.35 0.06 0 0.8 190 0.21 0.16
Hex 21 30 33 23 6 0 50 BE 15 10
Octal 41 60 63 43 6 0 120 276 25 20
Binary 100001 110000 110011 100011 110 0 1010000 10111110 10101 10000

Color Harmonies of #213033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213033

Black with #213033

Text Example


Text Example

White with #213033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213033; }

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

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

background-color css

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

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

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

border-color css

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

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

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