Html Css Color HEX #12038D Ultramarine

📋 copy color: '#12038D'

red 18 ◦ green 3 ◦ blue 141

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

Shades of Ultramarine #12038D

Tints of Ultramarine #12038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

 BLUE value IS 141 (55.47% from 255) = 87.04%

R = 11.11%
G = 1.85%
B = 87.04%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12038D (or 0x12038D) is known color: Ultramarine. HEX triplet: 12, 03 and 8D. RGB value is (18,3,141). Sum of RGB (Red+Green+Blue) = 18+3+141=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #12038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12038D is #EDFC72. Grayscale: #161616. Windows color (decimal): -15596659 or 9241362. OLE color: 9241362.

HSL color Cylindrical-coordinate representation of color #12038D: hue angle of 246.52º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12038D is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 3 141 -
CMYK 0.87 0.98 0 0.45
HSL 246.52º 0.96% 0.28% -
HSV(B) 246.52º 0.98% 0.55% -
XYZ 5.09 2.12 25.34 -
YUV 23.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 18 3 141 0.87 0.98 0 0.45 246.52 0.96 0.28
Hex 12 3 8D 57 62 0 2D F7 60 1C
Octal 22 3 215 127 142 0 55 367 140 34
Binary 10010 11 10001101 1010111 1100010 0 101101 11110111 1100000 11100

Color Harmonies of #12038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12038D

Black with #12038D

Text Example


Text Example

White with #12038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,3,141); }

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

background-color css

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

 a { background-color: rgb(18,3,141); }

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

border-color css

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

 span { border-color: rgb(18,3,141); }

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