Html Css Color HEX #12057D Ultramarine

📋 copy color: '#12057D'

red 18 ◦ green 5 ◦ blue 125

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

Shades of Ultramarine #12057D

Tints of Ultramarine #12057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 84.46%

R = 12.16%
G = 3.38%
B = 84.46%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12057D (or 0x12057D) is known color: Ultramarine. HEX triplet: 12, 05 and 7D. RGB value is (18,5,125). Sum of RGB (Red+Green+Blue) = 18+5+125=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #12057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12057D is #EDFA82. Grayscale: #161616. Windows color (decimal): -15596163 or 8193298. OLE color: 8193298.

HSL color Cylindrical-coordinate representation of color #12057D: hue angle of 246.5º 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 #12057D is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 5 125 -
CMYK 0.86 0.96 0 0.51
HSL 246.5º 0.92% 0.25% -
HSV(B) 246.5º 0.96% 0.49% -
XYZ 4.01 1.72 19.52 -
YUV 22.57 185.81 124.74 -
System Red Green Blue C M Y K H S L
Decimal 18 5 125 0.86 0.96 0 0.51 246.5 0.92 0.25
Hex 12 5 7D 56 60 0 33 F6 5C 19
Octal 22 5 175 126 140 0 63 366 134 31
Binary 10010 101 1111101 1010110 1100000 0 110011 11110110 1011100 11001

Color Harmonies of #12057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12057D

Black with #12057D

Text Example


Text Example

White with #12057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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