Html Css Color HEX #15018B Ultramarine

📋 copy color: '#15018B'

red 21 ◦ green 1 ◦ blue 139

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

Shades of Ultramarine #15018B

Tints of Ultramarine #15018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 139 (54.69% from 255) = 86.34%

R = 13.04%
G = 0.62%
B = 86.34%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15018B (or 0x15018B) is known color: Ultramarine. HEX triplet: 15, 01 and 8B. RGB value is (21,1,139). Sum of RGB (Red+Green+Blue) = 21+1+139=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #15018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15018B is #EAFE74. Grayscale: #161616. Windows color (decimal): -15400565 or 9109781. OLE color: 9109781.

HSL color Cylindrical-coordinate representation of color #15018B: hue angle of 248.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15018B is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 1 139 -
CMYK 0.85 0.99 0 0.45
HSL 248.7º 0.99% 0.27% -
HSV(B) 248.7º 0.99% 0.55% -
XYZ 4.98 2.05 24.56 -
YUV 22.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 21 1 139 0.85 0.99 0 0.45 248.7 0.99 0.27
Hex 15 1 8B 55 63 0 2D F9 63 1B
Octal 25 1 213 125 143 0 55 371 143 33
Binary 10101 1 10001011 1010101 1100011 0 101101 11111001 1100011 11011

Color Harmonies of #15018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15018B

Black with #15018B

Text Example


Text Example

White with #15018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15018B; }

 p { color: rgb(21,1,139); }

 H1.HeaderClassName
 {
   color: #15018B;
 }
 .AnyTagClassName
 {
   color: #15018B;
 }
</style>

background-color css

<style>
 a { background-color: #15018B; }

 a { background-color: rgb(21,1,139); }

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

border-color css

<style>
 span { border-color: #15018B; }

 span { border-color: rgb(21,1,139); }

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