Html Css Color HEX #12059D Ultramarine

📋 copy color: '#12059D'

red 18 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #12059D

Tints of Ultramarine #12059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 87.22%

R = 10%
G = 2.78%
B = 87.22%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12059D (or 0x12059D) is known color: Ultramarine. HEX triplet: 12, 05 and 9D. RGB value is (18,5,157). Sum of RGB (Red+Green+Blue) = 18+5+157=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 157 (61.72% from 255 or 87.22% from 180); Max value from RGB is 157 - color contains mainly: blue. Hex color #12059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12059D is #EDFA62. Grayscale: #191919. Windows color (decimal): -15596131 or 10290450. OLE color: 10290450.

HSL color Cylindrical-coordinate representation of color #12059D: hue angle of 245.13º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12059D is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 5 157 -
CMYK 0.89 0.97 0 0.38
HSL 245.13º 0.94% 0.32% -
HSV(B) 245.13º 0.97% 0.62% -
XYZ 6.39 2.67 32.08 -
YUV 26.22 201.81 122.14 -
System Red Green Blue C M Y K H S L
Decimal 18 5 157 0.89 0.97 0 0.38 245.13 0.94 0.32
Hex 12 5 9D 59 61 0 26 F5 5E 20
Octal 22 5 235 131 141 0 46 365 136 40
Binary 10010 101 10011101 1011001 1100001 0 100110 11110101 1011110 100000

Color Harmonies of #12059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12059D

Black with #12059D

Text Example


Text Example

White with #12059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12059D; }

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

 H1.HeaderClassName
 {
   color: #12059D;
 }
 .AnyTagClassName
 {
   color: #12059D;
 }
</style>

background-color css

<style>
 a { background-color: #12059D; }

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

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

border-color css

<style>
 span { border-color: #12059D; }

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

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