Html Css Color HEX #210CB0 Ultramarine

📋 copy color: '#210CB0'

red 33 ◦ green 12 ◦ blue 176

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

Shades of Ultramarine #210CB0

Tints of Ultramarine #210CB0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.43%

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

R = 14.93%
G = 5.43%
B = 79.64%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#210CB0 (or 0x210CB0) is known color: Ultramarine. HEX triplet: 21, 0C and B0. RGB value is (33,12,176). Sum of RGB (Red+Green+Blue) = 33+12+176=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 176 (69.14% from 255 or 79.64% from 221); Max value from RGB is 176 - color contains mainly: blue. Hex color #210CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210CB0 is #DEF34F. Grayscale: #242424. Windows color (decimal): -14611280 or 11537441. OLE color: 11537441.

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

Color convert

RGB 33 12 176 -
CMYK 0.81 0.93 0 0.31
HSL 247.68º 0.87% 0.37% -
HSV(B) 247.68º 0.93% 0.69% -
XYZ 8.6 3.72 41.34 -
YUV 36.98 206.46 125.16 -
System Red Green Blue C M Y K H S L
Decimal 33 12 176 0.81 0.93 0 0.31 247.68 0.87 0.37
Hex 21 C B0 51 5D 0 1F F8 57 25
Octal 41 14 260 121 135 0 37 370 127 45
Binary 100001 1100 10110000 1010001 1011101 0 11111 11111000 1010111 100101

Color Harmonies of #210CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210CB0

Black with #210CB0

Text Example


Text Example

White with #210CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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