Html Css Color HEX #210CA5 Ultramarine

📋 copy color: '#210CA5'

red 33 ◦ green 12 ◦ blue 165

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

Shades of Ultramarine #210CA5

Tints of Ultramarine #210CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 78.57%

R = 15.71%
G = 5.71%
B = 78.57%

CMYK

 C value IS 0.8

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#210CA5 (or 0x210CA5) is known color: Ultramarine. HEX triplet: 21, 0C and A5. RGB value is (33,12,165). Sum of RGB (Red+Green+Blue) = 33+12+165=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 165 (64.84% from 255 or 78.57% from 210); Max value from RGB is 165 - color contains mainly: blue. Hex color #210CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210CA5 is #DEF35A. Grayscale: #232323. Windows color (decimal): -14611291 or 10816545. OLE color: 10816545.

HSL color Cylindrical-coordinate representation of color #210CA5: hue angle of 248.24º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210CA5 is Cyan = 0.8, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 12 165 -
CMYK 0.8 0.93 0 0.35
HSL 248.24º 0.86% 0.35% -
HSV(B) 248.24º 0.93% 0.65% -
XYZ 7.55 3.3 35.84 -
YUV 35.72 200.96 126.06 -
System Red Green Blue C M Y K H S L
Decimal 33 12 165 0.8 0.93 0 0.35 248.24 0.86 0.35
Hex 21 C A5 50 5D 0 23 F8 56 23
Octal 41 14 245 120 135 0 43 370 126 43
Binary 100001 1100 10100101 1010000 1011101 0 100011 11111000 1010110 100011

Color Harmonies of #210CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210CA5

Black with #210CA5

Text Example


Text Example

White with #210CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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