Html Css Color HEX #12057C Ultramarine

📋 copy color: '#12057C'

red 18 ◦ green 5 ◦ blue 124

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

Shades of Ultramarine #12057C

Tints of Ultramarine #12057C

RGB

 RED value IS 18 (7.42% from 255) = 12.24%

 GREEN value IS 5 (2.34% from 255) = 3.4%

 BLUE value IS 124 (48.83% from 255) = 84.35%

R = 12.24%
G = 3.4%
B = 84.35%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12057C (or 0x12057C) is known color: Ultramarine. HEX triplet: 12, 05 and 7C. RGB value is (18,5,124). Sum of RGB (Red+Green+Blue) = 18+5+124=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #12057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12057C is #EDFA83. Grayscale: #151515. Windows color (decimal): -15596164 or 8127762. OLE color: 8127762.

HSL color Cylindrical-coordinate representation of color #12057C: hue angle of 246.55º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12057C is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 5 124 -
CMYK 0.85 0.96 0 0.51
HSL 246.55º 0.92% 0.25% -
HSV(B) 246.55º 0.96% 0.49% -
XYZ 3.94 1.69 19.19 -
YUV 22.45 185.31 124.82 -
System Red Green Blue C M Y K H S L
Decimal 18 5 124 0.85 0.96 0 0.51 246.55 0.92 0.25
Hex 12 5 7C 55 60 0 33 F7 5C 19
Octal 22 5 174 125 140 0 63 367 134 31
Binary 10010 101 1111100 1010101 1100000 0 110011 11110111 1011100 11001

Color Harmonies of #12057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12057C

Black with #12057C

Text Example


Text Example

White with #12057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12057C; }

 p { color: rgb(18,5,124); }

 H1.HeaderClassName
 {
   color: #12057C;
 }
 .AnyTagClassName
 {
   color: #12057C;
 }
</style>

background-color css

<style>
 a { background-color: #12057C; }

 a { background-color: rgb(18,5,124); }

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

border-color css

<style>
 span { border-color: #12057C; }

 span { border-color: rgb(18,5,124); }

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