Html Css Color HEX #150197 Ultramarine

📋 copy color: '#150197'

red 21 ◦ green 1 ◦ blue 151

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

Shades of Ultramarine #150197

Tints of Ultramarine #150197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 87.28%

R = 12.14%
G = 0.58%
B = 87.28%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#150197 (or 0x150197) is known color: Ultramarine. HEX triplet: 15, 01 and 97. RGB value is (21,1,151). Sum of RGB (Red+Green+Blue) = 21+1+151=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 151 (59.38% from 255 or 87.28% from 173); Max value from RGB is 151 - color contains mainly: blue. Hex color #150197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150197 is #EAFE68. Grayscale: #171717. Windows color (decimal): -15400553 or 9896213. OLE color: 9896213.

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

Color convert

RGB 21 1 151 -
CMYK 0.86 0.99 0 0.41
HSL 248º 0.99% 0.3% -
HSV(B) 248º 0.99% 0.59% -
XYZ 5.91 2.42 29.43 -
YUV 24.08 199.63 125.8 -
System Red Green Blue C M Y K H S L
Decimal 21 1 151 0.86 0.99 0 0.41 248 0.99 0.3
Hex 15 1 97 56 63 0 29 F8 63 1E
Octal 25 1 227 126 143 0 51 370 143 36
Binary 10101 1 10010111 1010110 1100011 0 101001 11111000 1100011 11110

Color Harmonies of #150197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150197

Black with #150197

Text Example


Text Example

White with #150197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150197; }

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

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

background-color css

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

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

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

border-color css

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

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

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