Html Css Color HEX #150696 Ultramarine

📋 copy color: '#150696'

red 21 ◦ green 6 ◦ blue 150

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

Shades of Ultramarine #150696

Tints of Ultramarine #150696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 150 (58.98% from 255) = 84.75%

R = 11.86%
G = 3.39%
B = 84.75%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#150696 (or 0x150696) is known color: Ultramarine. HEX triplet: 15, 06 and 96. RGB value is (21,6,150). Sum of RGB (Red+Green+Blue) = 21+6+150=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #150696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150696 is #EAF969. Grayscale: #1A1A1A. Windows color (decimal): -15399274 or 9831957. OLE color: 9831957.

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

Color convert

RGB 21 6 150 -
CMYK 0.86 0.96 0 0.41
HSL 246.25º 0.92% 0.31% -
HSV(B) 246.25º 0.96% 0.59% -
XYZ 5.88 2.49 29.03 -
YUV 26.9 197.47 123.79 -
System Red Green Blue C M Y K H S L
Decimal 21 6 150 0.86 0.96 0 0.41 246.25 0.92 0.31
Hex 15 6 96 56 60 0 29 F6 5C 1F
Octal 25 6 226 126 140 0 51 366 134 37
Binary 10101 110 10010110 1010110 1100000 0 101001 11110110 1011100 11111

Color Harmonies of #150696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150696

Black with #150696

Text Example


Text Example

White with #150696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150696; }

 p { color: rgb(21,6,150); }

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

background-color css

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

 a { background-color: rgb(21,6,150); }

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

border-color css

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

 span { border-color: rgb(21,6,150); }

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