Html Css Color HEX #210BB0 Ultramarine

📋 copy color: '#210BB0'

red 33 ◦ green 11 ◦ blue 176

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

Shades of Ultramarine #210BB0

Tints of Ultramarine #210BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 80%

R = 15%
G = 5%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#210BB0 (or 0x210BB0) is known color: Ultramarine. HEX triplet: 21, 0B and B0. RGB value is (33,11,176). Sum of RGB (Red+Green+Blue) = 33+11+176=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 176 (69.14% from 255 or 80% from 220); Max value from RGB is 176 - color contains mainly: blue. Hex color #210BB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210BB0 is #DEF44F. Grayscale: #232323. Windows color (decimal): -14611536 or 11537185. OLE color: 11537185.

HSL color Cylindrical-coordinate representation of color #210BB0: hue angle of 248º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210BB0 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 11 176 -
CMYK 0.81 0.94 0 0.31
HSL 248º 0.88% 0.37% -
HSV(B) 248º 0.94% 0.69% -
XYZ 8.58 3.7 41.34 -
YUV 36.39 206.79 125.58 -
System Red Green Blue C M Y K H S L
Decimal 33 11 176 0.81 0.94 0 0.31 248 0.88 0.37
Hex 21 B B0 51 5E 0 1F F8 58 25
Octal 41 13 260 121 136 0 37 370 130 45
Binary 100001 1011 10110000 1010001 1011110 0 11111 11111000 1011000 100101

Color Harmonies of #210BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210BB0

Black with #210BB0

Text Example


Text Example

White with #210BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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