Html Css Color HEX #3012AB Ultramarine

📋 copy color: '#3012AB'

red 48 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #3012AB

Tints of Ultramarine #3012AB

RGB

 RED value IS 48 (19.14% from 255) = 20.25%

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 20.25%
G = 7.59%
B = 72.15%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3012AB (or 0x3012AB) is known color: Ultramarine. HEX triplet: 30, 12 and AB. RGB value is (48,18,171). Sum of RGB (Red+Green+Blue) = 48+18+171=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #3012AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3012AB is #CFED54. Grayscale: #2B2B2B. Windows color (decimal): -13626709 or 11211312. OLE color: 11211312.

HSL color Cylindrical-coordinate representation of color #3012AB: hue angle of 251.76º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3012AB is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 18 171 -
CMYK 0.72 0.89 0 0.33
HSL 251.76º 0.81% 0.37% -
HSV(B) 251.76º 0.89% 0.67% -
XYZ 8.79 4 38.84 -
YUV 44.41 199.44 130.56 -
System Red Green Blue C M Y K H S L
Decimal 48 18 171 0.72 0.89 0 0.33 251.76 0.81 0.37
Hex 30 12 AB 48 59 0 21 FC 51 25
Octal 60 22 253 110 131 0 41 374 121 45
Binary 110000 10010 10101011 1001000 1011001 0 100001 11111100 1010001 100101

Color Harmonies of #3012AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3012AB

Black with #3012AB

Text Example


Text Example

White with #3012AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3012AB; }

 p { color: rgb(48,18,171); }

 H1.HeaderClassName
 {
   color: #3012AB;
 }
 .AnyTagClassName
 {
   color: #3012AB;
 }
</style>

background-color css

<style>
 a { background-color: #3012AB; }

 a { background-color: rgb(48,18,171); }

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

border-color css

<style>
 span { border-color: #3012AB; }

 span { border-color: rgb(48,18,171); }

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