Html Css Color HEX #2C10AB Ultramarine

📋 copy color: '#2C10AB'

red 44 ◦ green 16 ◦ blue 171

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

Shades of Ultramarine #2C10AB

Tints of Ultramarine #2C10AB

RGB

 RED value IS 44 (17.58% from 255) = 19.05%

 GREEN value IS 16 (6.64% from 255) = 6.93%

 BLUE value IS 171 (67.19% from 255) = 74.03%

R = 19.05%
G = 6.93%
B = 74.03%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C10AB (or 0x2C10AB) is known color: Ultramarine. HEX triplet: 2C, 10 and AB. RGB value is (44,16,171). Sum of RGB (Red+Green+Blue) = 44+16+171=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C10AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C10AB is #D3EF54. Grayscale: #292929. Windows color (decimal): -13889365 or 11210796. OLE color: 11210796.

HSL color Cylindrical-coordinate representation of color #2C10AB: hue angle of 250.84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C10AB is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 16 171 -
CMYK 0.74 0.91 0 0.33
HSL 250.84º 0.83% 0.37% -
HSV(B) 250.84º 0.91% 0.67% -
XYZ 8.57 3.85 38.82 -
YUV 42.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 44 16 171 0.74 0.91 0 0.33 250.84 0.83 0.37
Hex 2C 10 AB 4A 5B 0 21 FB 53 25
Octal 54 20 253 112 133 0 41 373 123 45
Binary 101100 10000 10101011 1001010 1011011 0 100001 11111011 1010011 100101

Color Harmonies of #2C10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C10AB

Black with #2C10AB

Text Example


Text Example

White with #2C10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C10AB; }

 p { color: rgb(44,16,171); }

 H1.HeaderClassName
 {
   color: #2C10AB;
 }
 .AnyTagClassName
 {
   color: #2C10AB;
 }
</style>

background-color css

<style>
 a { background-color: #2C10AB; }

 a { background-color: rgb(44,16,171); }

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

border-color css

<style>
 span { border-color: #2C10AB; }

 span { border-color: rgb(44,16,171); }

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