Html Css Color HEX #150381 Ultramarine

📋 copy color: '#150381'

red 21 ◦ green 3 ◦ blue 129

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

Shades of Ultramarine #150381

Tints of Ultramarine #150381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 129 (50.78% from 255) = 84.31%

R = 13.73%
G = 1.96%
B = 84.31%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150381 (or 0x150381) is known color: Ultramarine. HEX triplet: 15, 03 and 81. RGB value is (21,3,129). Sum of RGB (Red+Green+Blue) = 21+3+129=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #150381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150381 is #EAFC7E. Grayscale: #161616. Windows color (decimal): -15400063 or 8454933. OLE color: 8454933.

HSL color Cylindrical-coordinate representation of color #150381: hue angle of 248.57º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150381 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 3 129 -
CMYK 0.84 0.98 0 0.49
HSL 248.57º 0.95% 0.26% -
HSV(B) 248.57º 0.98% 0.51% -
XYZ 4.3 1.81 20.89 -
YUV 22.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 21 3 129 0.84 0.98 0 0.49 248.57 0.95 0.26
Hex 15 3 81 54 62 0 31 F9 5F 1A
Octal 25 3 201 124 142 0 61 371 137 32
Binary 10101 11 10000001 1010100 1100010 0 110001 11111001 1011111 11010

Color Harmonies of #150381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150381

Black with #150381

Text Example


Text Example

White with #150381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150381; }

 p { color: rgb(21,3,129); }

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

background-color css

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

 a { background-color: rgb(21,3,129); }

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

border-color css

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

 span { border-color: rgb(21,3,129); }

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