Html Css Color HEX #1514AA Ultramarine

📋 copy color: '#1514AA'

red 21 ◦ green 20 ◦ blue 170

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

Shades of Ultramarine #1514AA

Tints of Ultramarine #1514AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

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

R = 9.95%
G = 9.48%
B = 80.57%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1514AA (or 0x1514AA) is known color: Ultramarine. HEX triplet: 15, 14 and AA. RGB value is (21,20,170). Sum of RGB (Red+Green+Blue) = 21+20+170=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #1514AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1514AA is #EAEB55. Grayscale: #242424. Windows color (decimal): -15395670 or 11146261. OLE color: 11146261.

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

Color convert

RGB 21 20 170 -
CMYK 0.88 0.88 0 0.33
HSL 240.4º 0.79% 0.37% -
HSV(B) 240.4º 0.88% 0.67% -
XYZ 7.82 3.56 38.31 -
YUV 37.4 202.83 116.3 -
System Red Green Blue C M Y K H S L
Decimal 21 20 170 0.88 0.88 0 0.33 240.4 0.79 0.37
Hex 15 14 AA 58 58 0 21 F0 4F 25
Octal 25 24 252 130 130 0 41 360 117 45
Binary 10101 10100 10101010 1011000 1011000 0 100001 11110000 1001111 100101

Color Harmonies of #1514AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1514AA

Black with #1514AA

Text Example


Text Example

White with #1514AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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