Html Css Color HEX #15238D Ultramarine

📋 copy color: '#15238D'

red 21 ◦ green 35 ◦ blue 141

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

Shades of Ultramarine #15238D

Tints of Ultramarine #15238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

 BLUE value IS 141 (55.47% from 255) = 71.57%

R = 10.66%
G = 17.77%
B = 71.57%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15238D (or 0x15238D) is known color: Ultramarine. HEX triplet: 15, 23 and 8D. RGB value is (21,35,141). Sum of RGB (Red+Green+Blue) = 21+35+141=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #15238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15238D is #EADC72. Grayscale: #2A2A2A. Windows color (decimal): -15391859 or 9249557. OLE color: 9249557.

HSL color Cylindrical-coordinate representation of color #15238D: hue angle of 233º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15238D is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 35 141 -
CMYK 0.85 0.75 0 0.45
HSL 233º 0.74% 0.32% -
HSV(B) 233º 0.85% 0.55% -
XYZ 5.72 3.28 25.53 -
YUV 42.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 21 35 141 0.85 0.75 0 0.45 233 0.74 0.32
Hex 15 23 8D 55 4B 0 2D E9 4A 20
Octal 25 43 215 125 113 0 55 351 112 40
Binary 10101 100011 10001101 1010101 1001011 0 101101 11101001 1001010 100000

Color Harmonies of #15238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15238D

Black with #15238D

Text Example


Text Example

White with #15238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15238D; }

 p { color: rgb(21,35,141); }

 H1.HeaderClassName
 {
   color: #15238D;
 }
 .AnyTagClassName
 {
   color: #15238D;
 }
</style>

background-color css

<style>
 a { background-color: #15238D; }

 a { background-color: rgb(21,35,141); }

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

border-color css

<style>
 span { border-color: #15238D; }

 span { border-color: rgb(21,35,141); }

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