Html Css Color HEX #150898 Ultramarine

📋 copy color: '#150898'

red 21 ◦ green 8 ◦ blue 152

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

Shades of Ultramarine #150898

Tints of Ultramarine #150898

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 152 (59.77% from 255) = 83.98%

R = 11.6%
G = 4.42%
B = 83.98%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#150898 (or 0x150898) is known color: Ultramarine. HEX triplet: 15, 08 and 98. RGB value is (21,8,152). Sum of RGB (Red+Green+Blue) = 21+8+152=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #150898 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150898 is #EAF767. Grayscale: #1B1B1B. Windows color (decimal): -15398760 or 9963541. OLE color: 9963541.

HSL color Cylindrical-coordinate representation of color #150898: hue angle of 245.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150898 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 8 152 -
CMYK 0.86 0.95 0 0.40
HSL 245.42º 0.9% 0.31% -
HSV(B) 245.42º 0.95% 0.6% -
XYZ 6.06 2.6 29.89 -
YUV 28.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 21 8 152 0.86 0.95 0 0.40 245.42 0.9 0.31
Hex 15 8 98 56 5F 0 28 F5 5A 1F
Octal 25 10 230 126 137 0 50 365 132 37
Binary 10101 1000 10011000 1010110 1011111 0 101000 11110101 1011010 11111

Color Harmonies of #150898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150898

Black with #150898

Text Example


Text Example

White with #150898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150898; }

 p { color: rgb(21,8,152); }

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

background-color css

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

 a { background-color: rgb(21,8,152); }

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

border-color css

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

 span { border-color: rgb(21,8,152); }

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