Html Css Color HEX #1508AA Ultramarine

📋 copy color: '#1508AA'

red 21 ◦ green 8 ◦ blue 170

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

Shades of Ultramarine #1508AA

Tints of Ultramarine #1508AA

RGB

 RED value IS 21 (8.59% from 255) = 10.55%

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

 BLUE value IS 170 (66.8% from 255) = 85.43%

R = 10.55%
G = 4.02%
B = 85.43%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1508AA (or 0x1508AA) is known color: Ultramarine. HEX triplet: 15, 08 and AA. RGB value is (21,8,170). Sum of RGB (Red+Green+Blue) = 21+8+170=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #1508AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1508AA is #EAF755. Grayscale: #1D1D1D. Windows color (decimal): -15398742 or 11143189. OLE color: 11143189.

HSL color Cylindrical-coordinate representation of color #1508AA: hue angle of 244.81º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1508AA is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 8 170 -
CMYK 0.88 0.95 0 0.33
HSL 244.81º 0.91% 0.35% -
HSV(B) 244.81º 0.95% 0.67% -
XYZ 7.65 3.24 38.25 -
YUV 30.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 21 8 170 0.88 0.95 0 0.33 244.81 0.91 0.35
Hex 15 8 AA 58 5F 0 21 F5 5B 23
Octal 25 10 252 130 137 0 41 365 133 43
Binary 10101 1000 10101010 1011000 1011111 0 100001 11110101 1011011 100011

Color Harmonies of #1508AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1508AA

Black with #1508AA

Text Example


Text Example

White with #1508AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1508AA; }

 p { color: rgb(21,8,170); }

 H1.HeaderClassName
 {
   color: #1508AA;
 }
 .AnyTagClassName
 {
   color: #1508AA;
 }
</style>

background-color css

<style>
 a { background-color: #1508AA; }

 a { background-color: rgb(21,8,170); }

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

border-color css

<style>
 span { border-color: #1508AA; }

 span { border-color: rgb(21,8,170); }

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