Html Css Color HEX #210C9C Ultramarine

📋 copy color: '#210C9C'

red 33 ◦ green 12 ◦ blue 156

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

Shades of Ultramarine #210C9C

Tints of Ultramarine #210C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 77.61%

R = 16.42%
G = 5.97%
B = 77.61%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#210C9C (or 0x210C9C) is known color: Ultramarine. HEX triplet: 21, 0C and 9C. RGB value is (33,12,156). Sum of RGB (Red+Green+Blue) = 33+12+156=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #210C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210C9C is #DEF363. Grayscale: #222222. Windows color (decimal): -14611300 or 10226721. OLE color: 10226721.

HSL color Cylindrical-coordinate representation of color #210C9C: hue angle of 248.75º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210C9C is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 12 156 -
CMYK 0.79 0.92 0 0.39
HSL 248.75º 0.86% 0.33% -
HSV(B) 248.75º 0.92% 0.61% -
XYZ 6.76 2.99 31.67 -
YUV 34.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 33 12 156 0.79 0.92 0 0.39 248.75 0.86 0.33
Hex 21 C 9C 4F 5C 0 27 F9 56 21
Octal 41 14 234 117 134 0 47 371 126 41
Binary 100001 1100 10011100 1001111 1011100 0 100111 11111001 1010110 100001

Color Harmonies of #210C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C9C

Black with #210C9C

Text Example


Text Example

White with #210C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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