Html Css Color HEX #12069D Ultramarine

📋 copy color: '#12069D'

red 18 ◦ green 6 ◦ blue 157

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

Shades of Ultramarine #12069D

Tints of Ultramarine #12069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 86.74%

R = 9.94%
G = 3.31%
B = 86.74%

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

#12069D (or 0x12069D) is known color: Ultramarine. HEX triplet: 12, 06 and 9D. RGB value is (18,6,157). Sum of RGB (Red+Green+Blue) = 18+6+157=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 157 (61.72% from 255 or 86.74% from 181); Max value from RGB is 157 - color contains mainly: blue. Hex color #12069D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12069D is #EDF962. Grayscale: #1A1A1A. Windows color (decimal): -15595875 or 10290706. OLE color: 10290706.

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

Color convert

RGB 18 6 157 -
CMYK 0.89 0.96 0 0.38
HSL 244.77º 0.93% 0.32% -
HSV(B) 244.77º 0.96% 0.62% -
XYZ 6.4 2.69 32.08 -
YUV 26.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 18 6 157 0.89 0.96 0 0.38 244.77 0.93 0.32
Hex 12 6 9D 59 60 0 26 F5 5D 20
Octal 22 6 235 131 140 0 46 365 135 40
Binary 10010 110 10011101 1011001 1100000 0 100110 11110101 1011101 100000

Color Harmonies of #12069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12069D

Black with #12069D

Text Example


Text Example

White with #12069D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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