Html Css Color HEX #10078B Ultramarine

📋 copy color: '#10078B'

red 16 ◦ green 7 ◦ blue 139

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

Shades of Ultramarine #10078B

Tints of Ultramarine #10078B

RGB

 RED value IS 16 (6.64% from 255) = 9.88%

 GREEN value IS 7 (3.13% from 255) = 4.32%

 BLUE value IS 139 (54.69% from 255) = 85.8%

R = 9.88%
G = 4.32%
B = 85.8%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10078B (or 0x10078B) is known color: Ultramarine. HEX triplet: 10, 07 and 8B. RGB value is (16,7,139). Sum of RGB (Red+Green+Blue) = 16+7+139=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #10078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10078B is #EFF874. Grayscale: #181818. Windows color (decimal): -15726709 or 9111312. OLE color: 9111312.

HSL color Cylindrical-coordinate representation of color #10078B: hue angle of 244.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10078B is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 7 139 -
CMYK 0.88 0.95 0 0.45
HSL 244.09º 0.9% 0.29% -
HSV(B) 244.09º 0.95% 0.55% -
XYZ 4.95 2.13 24.58 -
YUV 24.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 16 7 139 0.88 0.95 0 0.45 244.09 0.9 0.29
Hex 10 7 8B 58 5F 0 2D F4 5A 1D
Octal 20 7 213 130 137 0 55 364 132 35
Binary 10000 111 10001011 1011000 1011111 0 101101 11110100 1011010 11101

Color Harmonies of #10078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10078B

Black with #10078B

Text Example


Text Example

White with #10078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10078B; }

 p { color: rgb(16,7,139); }

 H1.HeaderClassName
 {
   color: #10078B;
 }
 .AnyTagClassName
 {
   color: #10078B;
 }
</style>

background-color css

<style>
 a { background-color: #10078B; }

 a { background-color: rgb(16,7,139); }

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

border-color css

<style>
 span { border-color: #10078B; }

 span { border-color: rgb(16,7,139); }

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