Html Css Color HEX #12069E Ultramarine

📋 copy color: '#12069E'

red 18 ◦ green 6 ◦ blue 158

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

Shades of Ultramarine #12069E

Tints of Ultramarine #12069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 86.81%

R = 9.89%
G = 3.3%
B = 86.81%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12069E (or 0x12069E) is known color: Ultramarine. HEX triplet: 12, 06 and 9E. RGB value is (18,6,158). Sum of RGB (Red+Green+Blue) = 18+6+158=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 158 (62.11% from 255 or 86.81% from 182); Max value from RGB is 158 - color contains mainly: blue. Hex color #12069E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12069E is #EDF961. Grayscale: #1A1A1A. Windows color (decimal): -15595874 or 10356242. OLE color: 10356242.

HSL color Cylindrical-coordinate representation of color #12069E: hue angle of 244.74º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12069E is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 6 158 -
CMYK 0.89 0.96 0 0.38
HSL 244.74º 0.93% 0.32% -
HSV(B) 244.74º 0.96% 0.62% -
XYZ 6.49 2.73 32.53 -
YUV 26.92 201.98 121.64 -
System Red Green Blue C M Y K H S L
Decimal 18 6 158 0.89 0.96 0 0.38 244.74 0.93 0.32
Hex 12 6 9E 59 60 0 26 F5 5D 20
Octal 22 6 236 131 140 0 46 365 135 40
Binary 10010 110 10011110 1011001 1100000 0 100110 11110101 1011101 100000

Color Harmonies of #12069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12069E

Black with #12069E

Text Example


Text Example

White with #12069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12069E; }

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

 H1.HeaderClassName
 {
   color: #12069E;
 }
 .AnyTagClassName
 {
   color: #12069E;
 }
</style>

background-color css

<style>
 a { background-color: #12069E; }

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

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

border-color css

<style>
 span { border-color: #12069E; }

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

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