Html Css Color HEX #150094 Ultramarine

📋 copy color: '#150094'

red 21 ◦ green 0 ◦ blue 148

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

Shades of Ultramarine #150094

Tints of Ultramarine #150094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 87.57%

R = 12.43%
G = 0%
B = 87.57%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150094 (or 0x150094) is known color: Ultramarine. HEX triplet: 15, 00 and 94. RGB value is (21,0,148). Sum of RGB (Red+Green+Blue) = 21+0+148=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 148 (58.20% from 255 or 87.57% from 169); Max value from RGB is 148 - color contains mainly: blue. Hex color #150094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150094 is #EAFF6B. Grayscale: #161616. Windows color (decimal): -15400812 or 9699349. OLE color: 9699349.

HSL color Cylindrical-coordinate representation of color #150094: hue angle of 248.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150094 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 0 148 -
CMYK 0.86 1 0 0.42
HSL 248.51º 1% 0.29% -
HSV(B) 248.51º 1% 0.58% -
XYZ 5.65 2.3 28.16 -
YUV 23.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 21 0 148 0.86 1 0 0.42 248.51 1 0.29
Hex 15 0 94 56 64 0 2A F9 64 1D
Octal 25 0 224 126 144 0 52 371 144 35
Binary 10101 0 10010100 1010110 1100100 0 101010 11111001 1100100 11101

Color Harmonies of #150094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150094

Black with #150094

Text Example


Text Example

White with #150094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150094; }

 p { color: rgb(21,0,148); }

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

background-color css

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

 a { background-color: rgb(21,0,148); }

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

border-color css

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

 span { border-color: rgb(21,0,148); }

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