Html Css Color HEX #150378 Ultramarine

📋 copy color: '#150378'

red 21 ◦ green 3 ◦ blue 120

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

Shades of Ultramarine #150378

Tints of Ultramarine #150378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 83.33%

R = 14.58%
G = 2.08%
B = 83.33%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#150378 (or 0x150378) is known color: Ultramarine. HEX triplet: 15, 03 and 78. RGB value is (21,3,120). Sum of RGB (Red+Green+Blue) = 21+3+120=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 120 (47.27% from 255 or 83.33% from 144); Max value from RGB is 120 - color contains mainly: blue. Hex color #150378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150378 is #EAFC87. Grayscale: #151515. Windows color (decimal): -15400072 or 7865109. OLE color: 7865109.

HSL color Cylindrical-coordinate representation of color #150378: hue angle of 249.23º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150378 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 3 120 -
CMYK 0.83 0.98 0 0.53
HSL 249.23º 0.95% 0.24% -
HSV(B) 249.23º 0.98% 0.47% -
XYZ 3.73 1.58 17.88 -
YUV 21.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 21 3 120 0.83 0.98 0 0.53 249.23 0.95 0.24
Hex 15 3 78 53 62 0 35 F9 5F 18
Octal 25 3 170 123 142 0 65 371 137 30
Binary 10101 11 1111000 1010011 1100010 0 110101 11111001 1011111 11000

Color Harmonies of #150378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150378

Black with #150378

Text Example


Text Example

White with #150378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150378; }

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

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

background-color css

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

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

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

border-color css

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

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

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