Html Css Color HEX #1515AF Ultramarine

📋 copy color: '#1515AF'

red 21 ◦ green 21 ◦ blue 175

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

Shades of Ultramarine #1515AF

Tints of Ultramarine #1515AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 175 (68.75% from 255) = 80.65%

R = 9.68%
G = 9.68%
B = 80.65%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1515AF (or 0x1515AF) is known color: Ultramarine. HEX triplet: 15, 15 and AF. RGB value is (21,21,175). Sum of RGB (Red+Green+Blue) = 21+21+175=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 175 (68.75% from 255 or 80.65% from 217); Max value from RGB is 175 - color contains mainly: blue. Hex color #1515AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1515AF is #EAEA50. Grayscale: #252525. Windows color (decimal): -15395409 or 11474197. OLE color: 11474197.

HSL color Cylindrical-coordinate representation of color #1515AF: hue angle of 240º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1515AF is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 21 175 -
CMYK 0.88 0.88 0 0.31
HSL 240º 0.79% 0.38% -
HSV(B) 240º 0.88% 0.69% -
XYZ 8.32 3.79 40.85 -
YUV 38.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 21 21 175 0.88 0.88 0 0.31 240 0.79 0.38
Hex 15 15 AF 58 58 0 1F F0 4F 26
Octal 25 25 257 130 130 0 37 360 117 46
Binary 10101 10101 10101111 1011000 1011000 0 11111 11110000 1001111 100110

Color Harmonies of #1515AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1515AF

Black with #1515AF

Text Example


Text Example

White with #1515AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1515AF; }

 p { color: rgb(21,21,175); }

 H1.HeaderClassName
 {
   color: #1515AF;
 }
 .AnyTagClassName
 {
   color: #1515AF;
 }
</style>

background-color css

<style>
 a { background-color: #1515AF; }

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

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

border-color css

<style>
 span { border-color: #1515AF; }

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

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