Html Css Color HEX #12059B Ultramarine

📋 copy color: '#12059B'

red 18 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #12059B

Tints of Ultramarine #12059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 87.08%

R = 10.11%
G = 2.81%
B = 87.08%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12059B (or 0x12059B) is known color: Ultramarine. HEX triplet: 12, 05 and 9B. RGB value is (18,5,155). Sum of RGB (Red+Green+Blue) = 18+5+155=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 155 (60.94% from 255 or 87.08% from 178); Max value from RGB is 155 - color contains mainly: blue. Hex color #12059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12059B is #EDFA64. Grayscale: #191919. Windows color (decimal): -15596133 or 10159378. OLE color: 10159378.

HSL color Cylindrical-coordinate representation of color #12059B: hue angle of 245.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12059B is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 5 155 -
CMYK 0.88 0.97 0 0.39
HSL 245.2º 0.94% 0.31% -
HSV(B) 245.2º 0.97% 0.61% -
XYZ 6.22 2.6 31.19 -
YUV 25.99 200.81 122.3 -
System Red Green Blue C M Y K H S L
Decimal 18 5 155 0.88 0.97 0 0.39 245.2 0.94 0.31
Hex 12 5 9B 58 61 0 27 F5 5E 1F
Octal 22 5 233 130 141 0 47 365 136 37
Binary 10010 101 10011011 1011000 1100001 0 100111 11110101 1011110 11111

Color Harmonies of #12059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12059B

Black with #12059B

Text Example


Text Example

White with #12059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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