Html Css Color HEX #150194 Ultramarine

📋 copy color: '#150194'

red 21 ◦ green 1 ◦ blue 148

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

Shades of Ultramarine #150194

Tints of Ultramarine #150194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 12.35%
G = 0.59%
B = 87.06%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150194 (or 0x150194) is known color: Ultramarine. HEX triplet: 15, 01 and 94. RGB value is (21,1,148). Sum of RGB (Red+Green+Blue) = 21+1+148=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #150194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150194 is #EAFE6B. Grayscale: #171717. Windows color (decimal): -15400556 or 9699605. OLE color: 9699605.

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

Color convert

RGB 21 1 148 -
CMYK 0.86 0.99 0 0.42
HSL 248.16º 0.99% 0.29% -
HSV(B) 248.16º 0.99% 0.58% -
XYZ 5.67 2.32 28.17 -
YUV 23.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 21 1 148 0.86 0.99 0 0.42 248.16 0.99 0.29
Hex 15 1 94 56 63 0 2A F8 63 1D
Octal 25 1 224 126 143 0 52 370 143 35
Binary 10101 1 10010100 1010110 1100011 0 101010 11111000 1100011 11101

Color Harmonies of #150194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150194

Black with #150194

Text Example


Text Example

White with #150194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150194; }

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

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

background-color css

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

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

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

border-color css

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

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

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