Html Css Color HEX #15228F Ultramarine

📋 copy color: '#15228F'

red 21 ◦ green 34 ◦ blue 143

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

Shades of Ultramarine #15228F

Tints of Ultramarine #15228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 143 (56.25% from 255) = 72.22%

R = 10.61%
G = 17.17%
B = 72.22%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15228F (or 0x15228F) is known color: Ultramarine. HEX triplet: 15, 22 and 8F. RGB value is (21,34,143). Sum of RGB (Red+Green+Blue) = 21+34+143=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 143 (56.25% from 255 or 72.22% from 198); Max value from RGB is 143 - color contains mainly: blue. Hex color #15228F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15228F is #EADD70. Grayscale: #2A2A2A. Windows color (decimal): -15392113 or 9380373. OLE color: 9380373.

HSL color Cylindrical-coordinate representation of color #15228F: hue angle of 233.61º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15228F is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 34 143 -
CMYK 0.85 0.76 0 0.44
HSL 233.61º 0.74% 0.32% -
HSV(B) 233.61º 0.85% 0.56% -
XYZ 5.84 3.29 26.31 -
YUV 42.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 21 34 143 0.85 0.76 0 0.44 233.61 0.74 0.32
Hex 15 22 8F 55 4C 0 2C EA 4A 20
Octal 25 42 217 125 114 0 54 352 112 40
Binary 10101 100010 10001111 1010101 1001100 0 101100 11101010 1001010 100000

Color Harmonies of #15228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15228F

Black with #15228F

Text Example


Text Example

White with #15228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,34,143); }

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

background-color css

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

 a { background-color: rgb(21,34,143); }

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

border-color css

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

 span { border-color: rgb(21,34,143); }

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