Html Css Color HEX #11067D Ultramarine

📋 copy color: '#11067D'

red 17 ◦ green 6 ◦ blue 125

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

Shades of Ultramarine #11067D

Tints of Ultramarine #11067D

RGB

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

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

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

R = 11.49%
G = 4.05%
B = 84.46%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11067D (or 0x11067D) is known color: Ultramarine. HEX triplet: 11, 06 and 7D. RGB value is (17,6,125). Sum of RGB (Red+Green+Blue) = 17+6+125=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 6 (2.73% from 255 or 4.05% 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 #11067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11067D is #EEF982. Grayscale: #161616. Windows color (decimal): -15661443 or 8193553. OLE color: 8193553.

HSL color Cylindrical-coordinate representation of color #11067D: hue angle of 245.55º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11067D is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 6 125 -
CMYK 0.86 0.95 0 0.51
HSL 245.55º 0.91% 0.26% -
HSV(B) 245.55º 0.95% 0.49% -
XYZ 4 1.73 19.53 -
YUV 22.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 17 6 125 0.86 0.95 0 0.51 245.55 0.91 0.26
Hex 11 6 7D 56 5F 0 33 F6 5B 1A
Octal 21 6 175 126 137 0 63 366 133 32
Binary 10001 110 1111101 1010110 1011111 0 110011 11110110 1011011 11010

Color Harmonies of #11067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11067D

Black with #11067D

Text Example


Text Example

White with #11067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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