Html Css Color HEX #210C82 Ultramarine

📋 copy color: '#210C82'

red 33 ◦ green 12 ◦ blue 130

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

Shades of Ultramarine #210C82

Tints of Ultramarine #210C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 74.29%

R = 18.86%
G = 6.86%
B = 74.29%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#210C82 (or 0x210C82) is known color: Ultramarine. HEX triplet: 21, 0C and 82. RGB value is (33,12,130). Sum of RGB (Red+Green+Blue) = 33+12+130=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #210C82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210C82 is #DEF37D. Grayscale: #1F1F1F. Windows color (decimal): -14611326 or 8522785. OLE color: 8522785.

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

Color convert

RGB 33 12 130 -
CMYK 0.75 0.91 0 0.49
HSL 250.68º 0.83% 0.28% -
HSV(B) 250.68º 0.91% 0.51% -
XYZ 4.79 2.2 21.29 -
YUV 31.73 183.46 128.91 -
System Red Green Blue C M Y K H S L
Decimal 33 12 130 0.75 0.91 0 0.49 250.68 0.83 0.28
Hex 21 C 82 4B 5B 0 31 FB 53 1C
Octal 41 14 202 113 133 0 61 373 123 34
Binary 100001 1100 10000010 1001011 1011011 0 110001 11111011 1010011 11100

Color Harmonies of #210C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C82

Black with #210C82

Text Example


Text Example

White with #210C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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