Html Css Color HEX #1008A0 Ultramarine

📋 copy color: '#1008A0'

red 16 ◦ green 8 ◦ blue 160

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

Shades of Ultramarine #1008A0

Tints of Ultramarine #1008A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 86.96%

R = 8.7%
G = 4.35%
B = 86.96%

CMYK

 C value IS 0.9

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1008A0 (or 0x1008A0) is known color: Ultramarine. HEX triplet: 10, 08 and A0. RGB value is (16,8,160). Sum of RGB (Red+Green+Blue) = 16+8+160=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 160 (62.89% from 255 or 86.96% from 184); Max value from RGB is 160 - color contains mainly: blue. Hex color #1008A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1008A0 is #EFF75F. Grayscale: #1B1B1B. Windows color (decimal): -15726432 or 10487824. OLE color: 10487824.

HSL color Cylindrical-coordinate representation of color #1008A0: hue angle of 243.16º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1008A0 is Cyan = 0.9, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 8 160 -
CMYK 0.9 0.95 0 0.37
HSL 243.16º 0.9% 0.33% -
HSV(B) 243.16º 0.95% 0.63% -
XYZ 6.65 2.82 33.45 -
YUV 27.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 16 8 160 0.9 0.95 0 0.37 243.16 0.9 0.33
Hex 10 8 A0 5A 5F 0 25 F3 5A 21
Octal 20 10 240 132 137 0 45 363 132 41
Binary 10000 1000 10100000 1011010 1011111 0 100101 11110011 1011010 100001

Color Harmonies of #1008A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1008A0

Black with #1008A0

Text Example


Text Example

White with #1008A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1008A0; }

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

 H1.HeaderClassName
 {
   color: #1008A0;
 }
 .AnyTagClassName
 {
   color: #1008A0;
 }
</style>

background-color css

<style>
 a { background-color: #1008A0; }

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

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

border-color css

<style>
 span { border-color: #1008A0; }

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

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