Html Css Color HEX #210BA5 Ultramarine

📋 copy color: '#210BA5'

red 33 ◦ green 11 ◦ blue 165

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

Shades of Ultramarine #210BA5

Tints of Ultramarine #210BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

 BLUE value IS 165 (64.84% from 255) = 78.95%

R = 15.79%
G = 5.26%
B = 78.95%

CMYK

 C value IS 0.8

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#210BA5 (or 0x210BA5) is known color: Ultramarine. HEX triplet: 21, 0B and A5. RGB value is (33,11,165). Sum of RGB (Red+Green+Blue) = 33+11+165=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 165 (64.84% from 255 or 78.95% from 209); Max value from RGB is 165 - color contains mainly: blue. Hex color #210BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210BA5 is #DEF45A. Grayscale: #222222. Windows color (decimal): -14611547 or 10816289. OLE color: 10816289.

HSL color Cylindrical-coordinate representation of color #210BA5: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210BA5 is Cyan = 0.8, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 11 165 -
CMYK 0.8 0.93 0 0.35
HSL 248.57º 0.88% 0.35% -
HSV(B) 248.57º 0.93% 0.65% -
XYZ 7.54 3.28 35.83 -
YUV 35.13 201.29 126.48 -
System Red Green Blue C M Y K H S L
Decimal 33 11 165 0.8 0.93 0 0.35 248.57 0.88 0.35
Hex 21 B A5 50 5D 0 23 F9 58 23
Octal 41 13 245 120 135 0 43 371 130 43
Binary 100001 1011 10100101 1010000 1011101 0 100011 11111001 1011000 100011

Color Harmonies of #210BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210BA5

Black with #210BA5

Text Example


Text Example

White with #210BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210BA5; }

 p { color: rgb(33,11,165); }

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

background-color css

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

 a { background-color: rgb(33,11,165); }

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

border-color css

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

 span { border-color: rgb(33,11,165); }

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