Html Css Color HEX #10088F Ultramarine

📋 copy color: '#10088F'

red 16 ◦ green 8 ◦ blue 143

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

Shades of Ultramarine #10088F

Tints of Ultramarine #10088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

 BLUE value IS 143 (56.25% from 255) = 85.63%

R = 9.58%
G = 4.79%
B = 85.63%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10088F (or 0x10088F) is known color: Ultramarine. HEX triplet: 10, 08 and 8F. RGB value is (16,8,143). Sum of RGB (Red+Green+Blue) = 16+8+143=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 143 (56.25% from 255 or 85.63% from 167); Max value from RGB is 143 - color contains mainly: blue. Hex color #10088F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10088F is #EFF770. Grayscale: #191919. Windows color (decimal): -15726449 or 9373712. OLE color: 9373712.

HSL color Cylindrical-coordinate representation of color #10088F: hue angle of 243.56º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10088F is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 8 143 -
CMYK 0.89 0.94 0 0.44
HSL 243.56º 0.89% 0.3% -
HSV(B) 243.56º 0.94% 0.56% -
XYZ 5.26 2.27 26.15 -
YUV 25.78 194.15 121.02 -
System Red Green Blue C M Y K H S L
Decimal 16 8 143 0.89 0.94 0 0.44 243.56 0.89 0.3
Hex 10 8 8F 59 5E 0 2C F4 59 1E
Octal 20 10 217 131 136 0 54 364 131 36
Binary 10000 1000 10001111 1011001 1011110 0 101100 11110100 1011001 11110

Color Harmonies of #10088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10088F

Black with #10088F

Text Example


Text Example

White with #10088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,8,143); }

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

background-color css

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

 a { background-color: rgb(16,8,143); }

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

border-color css

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

 span { border-color: rgb(16,8,143); }

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