Html Css Color HEX #12038F Ultramarine

📋 copy color: '#12038F'

red 18 ◦ green 3 ◦ blue 143

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

Shades of Ultramarine #12038F

Tints of Ultramarine #12038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 87.2%

R = 10.98%
G = 1.83%
B = 87.2%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12038F (or 0x12038F) is known color: Ultramarine. HEX triplet: 12, 03 and 8F. RGB value is (18,3,143). Sum of RGB (Red+Green+Blue) = 18+3+143=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 143 (56.25% from 255 or 87.20% from 164); Max value from RGB is 143 - color contains mainly: blue. Hex color #12038F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12038F is #EDFC70. Grayscale: #161616. Windows color (decimal): -15596657 or 9372434. OLE color: 9372434.

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

Color convert

RGB 18 3 143 -
CMYK 0.87 0.98 0 0.44
HSL 246.43º 0.96% 0.29% -
HSV(B) 246.43º 0.98% 0.56% -
XYZ 5.24 2.18 26.13 -
YUV 23.45 195.47 124.12 -
System Red Green Blue C M Y K H S L
Decimal 18 3 143 0.87 0.98 0 0.44 246.43 0.96 0.29
Hex 12 3 8F 57 62 0 2C F6 60 1D
Octal 22 3 217 127 142 0 54 366 140 35
Binary 10010 11 10001111 1010111 1100010 0 101100 11110110 1100000 11101

Color Harmonies of #12038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12038F

Black with #12038F

Text Example


Text Example

White with #12038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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