Html Css Color HEX #15047D Ultramarine

📋 copy color: '#15047D'

red 21 ◦ green 4 ◦ blue 125

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

Shades of Ultramarine #15047D

Tints of Ultramarine #15047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 125 (49.22% from 255) = 83.33%

R = 14%
G = 2.67%
B = 83.33%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15047D (or 0x15047D) is known color: Ultramarine. HEX triplet: 15, 04 and 7D. RGB value is (21,4,125). Sum of RGB (Red+Green+Blue) = 21+4+125=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #15047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15047D is #EAFB82. Grayscale: #161616. Windows color (decimal): -15399811 or 8193045. OLE color: 8193045.

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

Color convert

RGB 21 4 125 -
CMYK 0.83 0.97 0 0.51
HSL 248.43º 0.94% 0.25% -
HSV(B) 248.43º 0.97% 0.49% -
XYZ 4.05 1.73 19.52 -
YUV 22.88 185.63 126.66 -
System Red Green Blue C M Y K H S L
Decimal 21 4 125 0.83 0.97 0 0.51 248.43 0.94 0.25
Hex 15 4 7D 53 61 0 33 F8 5E 19
Octal 25 4 175 123 141 0 63 370 136 31
Binary 10101 100 1111101 1010011 1100001 0 110011 11111000 1011110 11001

Color Harmonies of #15047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15047D

Black with #15047D

Text Example


Text Example

White with #15047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15047D; }

 p { color: rgb(21,4,125); }

 H1.HeaderClassName
 {
   color: #15047D;
 }
 .AnyTagClassName
 {
   color: #15047D;
 }
</style>

background-color css

<style>
 a { background-color: #15047D; }

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

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

border-color css

<style>
 span { border-color: #15047D; }

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

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