Html Css Color HEX #15057C Ultramarine

📋 copy color: '#15057C'

red 21 ◦ green 5 ◦ blue 124

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

Shades of Ultramarine #15057C

Tints of Ultramarine #15057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

 BLUE value IS 124 (48.83% from 255) = 82.67%

R = 14%
G = 3.33%
B = 82.67%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15057C (or 0x15057C) is known color: Ultramarine. HEX triplet: 15, 05 and 7C. RGB value is (21,5,124). Sum of RGB (Red+Green+Blue) = 21+5+124=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #15057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15057C is #EAFA83. Grayscale: #161616. Windows color (decimal): -15399556 or 8127765. OLE color: 8127765.

HSL color Cylindrical-coordinate representation of color #15057C: hue angle of 248.07º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15057C is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 5 124 -
CMYK 0.83 0.96 0 0.51
HSL 248.07º 0.92% 0.25% -
HSV(B) 248.07º 0.96% 0.49% -
XYZ 4 1.72 19.19 -
YUV 23.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 21 5 124 0.83 0.96 0 0.51 248.07 0.92 0.25
Hex 15 5 7C 53 60 0 33 F8 5C 19
Octal 25 5 174 123 140 0 63 370 134 31
Binary 10101 101 1111100 1010011 1100000 0 110011 11111000 1011100 11001

Color Harmonies of #15057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15057C

Black with #15057C

Text Example


Text Example

White with #15057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15057C; }

 p { color: rgb(21,5,124); }

 H1.HeaderClassName
 {
   color: #15057C;
 }
 .AnyTagClassName
 {
   color: #15057C;
 }
</style>

background-color css

<style>
 a { background-color: #15057C; }

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

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

border-color css

<style>
 span { border-color: #15057C; }

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

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