Html Css Color HEX #11069F Ultramarine

📋 copy color: '#11069F'

red 17 ◦ green 6 ◦ blue 159

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

Shades of Ultramarine #11069F

Tints of Ultramarine #11069F

RGB

 RED value IS 17 (7.03% from 255) = 9.34%

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

 BLUE value IS 159 (62.5% from 255) = 87.36%

R = 9.34%
G = 3.3%
B = 87.36%

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

#11069F (or 0x11069F) is known color: Ultramarine. HEX triplet: 11, 06 and 9F. RGB value is (17,6,159). Sum of RGB (Red+Green+Blue) = 17+6+159=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 159 (62.5% from 255 or 87.36% from 182); Max value from RGB is 159 - color contains mainly: blue. Hex color #11069F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11069F is #EEF960. Grayscale: #1A1A1A. Windows color (decimal): -15661409 or 10421777. OLE color: 10421777.

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

Color convert

RGB 17 6 159 -
CMYK 0.89 0.96 0 0.38
HSL 244.31º 0.93% 0.32% -
HSV(B) 244.31º 0.96% 0.62% -
XYZ 6.55 2.75 32.99 -
YUV 26.73 202.64 121.06 -
System Red Green Blue C M Y K H S L
Decimal 17 6 159 0.89 0.96 0 0.38 244.31 0.93 0.32
Hex 11 6 9F 59 60 0 26 F4 5D 20
Octal 21 6 237 131 140 0 46 364 135 40
Binary 10001 110 10011111 1011001 1100000 0 100110 11110100 1011101 100000

Color Harmonies of #11069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11069F

Black with #11069F

Text Example


Text Example

White with #11069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,6,159); }

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

background-color css

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

 a { background-color: rgb(17,6,159); }

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

border-color css

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

 span { border-color: rgb(17,6,159); }

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