Html Css Color HEX #12068C Ultramarine

📋 copy color: '#12068C'

red 18 ◦ green 6 ◦ blue 140

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

Shades of Ultramarine #12068C

Tints of Ultramarine #12068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

 BLUE value IS 140 (55.08% from 255) = 85.37%

R = 10.98%
G = 3.66%
B = 85.37%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12068C (or 0x12068C) is known color: Ultramarine. HEX triplet: 12, 06 and 8C. RGB value is (18,6,140). Sum of RGB (Red+Green+Blue) = 18+6+140=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 140 (55.08% from 255 or 85.37% from 164); Max value from RGB is 140 - color contains mainly: blue. Hex color #12068C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12068C is #EDF973. Grayscale: #181818. Windows color (decimal): -15595892 or 9176594. OLE color: 9176594.

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

Color convert

RGB 18 6 140 -
CMYK 0.87 0.96 0 0.45
HSL 245.37º 0.92% 0.29% -
HSV(B) 245.37º 0.96% 0.55% -
XYZ 5.05 2.15 24.96 -
YUV 24.86 192.98 123.1 -
System Red Green Blue C M Y K H S L
Decimal 18 6 140 0.87 0.96 0 0.45 245.37 0.92 0.29
Hex 12 6 8C 57 60 0 2D F5 5C 1D
Octal 22 6 214 127 140 0 55 365 134 35
Binary 10010 110 10001100 1010111 1100000 0 101101 11110101 1011100 11101

Color Harmonies of #12068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12068C

Black with #12068C

Text Example


Text Example

White with #12068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12068C; }

 p { color: rgb(18,6,140); }

 H1.HeaderClassName
 {
   color: #12068C;
 }
 .AnyTagClassName
 {
   color: #12068C;
 }
</style>

background-color css

<style>
 a { background-color: #12068C; }

 a { background-color: rgb(18,6,140); }

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

border-color css

<style>
 span { border-color: #12068C; }

 span { border-color: rgb(18,6,140); }

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