Html Css Color HEX #15027A Ultramarine

📋 copy color: '#15027A'

red 21 ◦ green 2 ◦ blue 122

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

Shades of Ultramarine #15027A

Tints of Ultramarine #15027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 84.14%

R = 14.48%
G = 1.38%
B = 84.14%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#15027A (or 0x15027A) is known color: Ultramarine. HEX triplet: 15, 02 and 7A. RGB value is (21,2,122). Sum of RGB (Red+Green+Blue) = 21+2+122=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #15027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15027A is #EAFD85. Grayscale: #141414. Windows color (decimal): -15400326 or 7995925. OLE color: 7995925.

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

Color convert

RGB 21 2 122 -
CMYK 0.83 0.98 0 0.52
HSL 249.5º 0.97% 0.24% -
HSV(B) 249.5º 0.98% 0.48% -
XYZ 3.84 1.61 18.52 -
YUV 21.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 21 2 122 0.83 0.98 0 0.52 249.5 0.97 0.24
Hex 15 2 7A 53 62 0 34 FA 61 18
Octal 25 2 172 123 142 0 64 372 141 30
Binary 10101 10 1111010 1010011 1100010 0 110100 11111010 1100001 11000

Color Harmonies of #15027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15027A

Black with #15027A

Text Example


Text Example

White with #15027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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