Html Css Color HEX #15027F Ultramarine

📋 copy color: '#15027F'

red 21 ◦ green 2 ◦ blue 127

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

Shades of Ultramarine #15027F

Tints of Ultramarine #15027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 14%
G = 1.33%
B = 84.67%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#15027F (or 0x15027F) is known color: Ultramarine. HEX triplet: 15, 02 and 7F. RGB value is (21,2,127). Sum of RGB (Red+Green+Blue) = 21+2+127=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 127 (50% from 255 or 84.67% from 150); Max value from RGB is 127 - color contains mainly: blue. Hex color #15027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15027F is #EAFD80. Grayscale: #151515. Windows color (decimal): -15400321 or 8323605. OLE color: 8323605.

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

Color convert

RGB 21 2 127 -
CMYK 0.83 0.98 0 0.50
HSL 249.12º 0.97% 0.25% -
HSV(B) 249.12º 0.98% 0.5% -
XYZ 4.16 1.74 20.19 -
YUV 21.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 21 2 127 0.83 0.98 0 0.50 249.12 0.97 0.25
Hex 15 2 7F 53 62 0 32 F9 61 19
Octal 25 2 177 123 142 0 62 371 141 31
Binary 10101 10 1111111 1010011 1100010 0 110010 11111001 1100001 11001

Color Harmonies of #15027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15027F

Black with #15027F

Text Example


Text Example

White with #15027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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