Html Css Color HEX #210BB4 Ultramarine

📋 copy color: '#210BB4'

red 33 ◦ green 11 ◦ blue 180

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

Shades of Ultramarine #210BB4

Tints of Ultramarine #210BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 80.36%

R = 14.73%
G = 4.91%
B = 80.36%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#210BB4 (or 0x210BB4) is known color: Ultramarine. HEX triplet: 21, 0B and B4. RGB value is (33,11,180). Sum of RGB (Red+Green+Blue) = 33+11+180=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 180 (70.70% from 255 or 80.36% from 224); Max value from RGB is 180 - color contains mainly: blue. Hex color #210BB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BB4 is #DEF44B. Grayscale: #242424. Windows color (decimal): -14611532 or 11799329. OLE color: 11799329.

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

Color convert

RGB 33 11 180 -
CMYK 0.82 0.94 0 0.29
HSL 247.81º 0.88% 0.37% -
HSV(B) 247.81º 0.94% 0.71% -
XYZ 8.99 3.86 43.45 -
YUV 36.84 208.79 125.26 -
System Red Green Blue C M Y K H S L
Decimal 33 11 180 0.82 0.94 0 0.29 247.81 0.88 0.37
Hex 21 B B4 52 5E 0 1D F8 58 25
Octal 41 13 264 122 136 0 35 370 130 45
Binary 100001 1011 10110100 1010010 1011110 0 11101 11111000 1011000 100101

Color Harmonies of #210BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210BB4

Black with #210BB4

Text Example


Text Example

White with #210BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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