Html Css Color HEX #15047F Ultramarine

📋 copy color: '#15047F'

red 21 ◦ green 4 ◦ blue 127

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

Shades of Ultramarine #15047F

Tints of Ultramarine #15047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 83.55%

R = 13.82%
G = 2.63%
B = 83.55%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#15047F (or 0x15047F) is known color: Ultramarine. HEX triplet: 15, 04 and 7F. RGB value is (21,4,127). Sum of RGB (Red+Green+Blue) = 21+4+127=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #15047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15047F is #EAFB80. Grayscale: #161616. Windows color (decimal): -15399809 or 8324117. OLE color: 8324117.

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

Color convert

RGB 21 4 127 -
CMYK 0.83 0.97 0 0.50
HSL 248.29º 0.94% 0.26% -
HSV(B) 248.29º 0.97% 0.5% -
XYZ 4.18 1.78 20.2 -
YUV 23.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 21 4 127 0.83 0.97 0 0.50 248.29 0.94 0.26
Hex 15 4 7F 53 61 0 32 F8 5E 1A
Octal 25 4 177 123 141 0 62 370 136 32
Binary 10101 100 1111111 1010011 1100001 0 110010 11111000 1011110 11010

Color Harmonies of #15047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15047F

Black with #15047F

Text Example


Text Example

White with #15047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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