Html Css Color HEX #212693 Ultramarine

📋 copy color: '#212693'

red 33 ◦ green 38 ◦ blue 147

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

Shades of Ultramarine #212693

Tints of Ultramarine #212693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 147 (57.81% from 255) = 67.43%

R = 15.14%
G = 17.43%
B = 67.43%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#212693 (or 0x212693) is known color: Ultramarine. HEX triplet: 21, 26 and 93. RGB value is (33,38,147). Sum of RGB (Red+Green+Blue) = 33+38+147=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #212693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212693 is #DED96C. Grayscale: #303030. Windows color (decimal): -14604653 or 9643553. OLE color: 9643553.

HSL color Cylindrical-coordinate representation of color #212693: hue angle of 237.37º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212693 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 38 147 -
CMYK 0.78 0.74 0 0.42
HSL 237.37º 0.63% 0.35% -
HSV(B) 237.37º 0.78% 0.58% -
XYZ 6.59 3.82 27.99 -
YUV 48.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 33 38 147 0.78 0.74 0 0.42 237.37 0.63 0.35
Hex 21 26 93 4E 4A 0 2A ED 3F 23
Octal 41 46 223 116 112 0 52 355 77 43
Binary 100001 100110 10010011 1001110 1001010 0 101010 11101101 111111 100011

Color Harmonies of #212693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212693

Black with #212693

Text Example


Text Example

White with #212693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212693; }

 p { color: rgb(33,38,147); }

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

background-color css

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

 a { background-color: rgb(33,38,147); }

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

border-color css

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

 span { border-color: rgb(33,38,147); }

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