Html Css Color HEX #2C12AE Ultramarine

📋 copy color: '#2C12AE'

red 44 ◦ green 18 ◦ blue 174

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

Shades of Ultramarine #2C12AE

Tints of Ultramarine #2C12AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.73%

R = 18.64%
G = 7.63%
B = 73.73%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2C12AE (or 0x2C12AE) is known color: Ultramarine. HEX triplet: 2C, 12 and AE. RGB value is (44,18,174). Sum of RGB (Red+Green+Blue) = 44+18+174=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C12AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C12AE is #D3ED51. Grayscale: #2A2A2A. Windows color (decimal): -13888850 or 11407916. OLE color: 11407916.

HSL color Cylindrical-coordinate representation of color #2C12AE: hue angle of 250º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C12AE is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 18 174 -
CMYK 0.75 0.90 0 0.32
HSL 250º 0.81% 0.38% -
HSV(B) 250º 0.9% 0.68% -
XYZ 8.89 4.02 40.35 -
YUV 43.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 44 18 174 0.75 0.90 0 0.32 250 0.81 0.38
Hex 2C 12 AE 4B 5A 0 20 FA 51 26
Octal 54 22 256 113 132 0 40 372 121 46
Binary 101100 10010 10101110 1001011 1011010 0 100000 11111010 1010001 100110

Color Harmonies of #2C12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C12AE

Black with #2C12AE

Text Example


Text Example

White with #2C12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,18,174); }

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

background-color css

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

 a { background-color: rgb(44,18,174); }

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

border-color css

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

 span { border-color: rgb(44,18,174); }

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