Html Css Color HEX #210C84 Ultramarine

📋 copy color: '#210C84'

red 33 ◦ green 12 ◦ blue 132

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

Shades of Ultramarine #210C84

Tints of Ultramarine #210C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 74.58%

R = 18.64%
G = 6.78%
B = 74.58%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#210C84 (or 0x210C84) is known color: Ultramarine. HEX triplet: 21, 0C and 84. RGB value is (33,12,132). Sum of RGB (Red+Green+Blue) = 33+12+132=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #210C84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210C84 is #DEF37B. Grayscale: #1F1F1F. Windows color (decimal): -14611324 or 8653857. OLE color: 8653857.

HSL color Cylindrical-coordinate representation of color #210C84: hue angle of 250.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210C84 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 12 132 -
CMYK 0.75 0.91 0 0.48
HSL 250.5º 0.83% 0.28% -
HSV(B) 250.5º 0.91% 0.52% -
XYZ 4.92 2.25 22.01 -
YUV 31.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 33 12 132 0.75 0.91 0 0.48 250.5 0.83 0.28
Hex 21 C 84 4B 5B 0 30 FB 53 1C
Octal 41 14 204 113 133 0 60 373 123 34
Binary 100001 1100 10000100 1001011 1011011 0 110000 11111011 1010011 11100

Color Harmonies of #210C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C84

Black with #210C84

Text Example


Text Example

White with #210C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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