Html Css Color HEX #15007C Ultramarine

📋 copy color: '#15007C'

red 21 ◦ green 0 ◦ blue 124

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

Shades of Ultramarine #15007C

Tints of Ultramarine #15007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 14.48%
G = 0%
B = 85.52%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15007C (or 0x15007C) is known color: Ultramarine. HEX triplet: 15, 00 and 7C. RGB value is (21,0,124). Sum of RGB (Red+Green+Blue) = 21+0+124=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #15007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15007C is #EAFF83. Grayscale: #131313. Windows color (decimal): -15400836 or 8126485. OLE color: 8126485.

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

Color convert

RGB 21 0 124 -
CMYK 0.83 1 0 0.51
HSL 250.16º 1% 0.24% -
HSV(B) 250.16º 1% 0.49% -
XYZ 3.95 1.61 19.17 -
YUV 20.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 21 0 124 0.83 1 0 0.51 250.16 1 0.24
Hex 15 0 7C 53 64 0 33 FA 64 18
Octal 25 0 174 123 144 0 63 372 144 30
Binary 10101 0 1111100 1010011 1100100 0 110011 11111010 1100100 11000

Color Harmonies of #15007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15007C

Black with #15007C

Text Example


Text Example

White with #15007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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