Html Css Color HEX #150C9C Ultramarine

📋 copy color: '#150C9C'

red 21 ◦ green 12 ◦ blue 156

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

Shades of Ultramarine #150C9C

Tints of Ultramarine #150C9C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.35%

 BLUE value IS 156 (61.33% from 255) = 82.54%

R = 11.11%
G = 6.35%
B = 82.54%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#150C9C (or 0x150C9C) is known color: Ultramarine. HEX triplet: 15, 0C and 9C. RGB value is (21,12,156). Sum of RGB (Red+Green+Blue) = 21+12+156=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #150C9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150C9C is #EAF363. Grayscale: #1E1E1E. Windows color (decimal): -15397732 or 10226709. OLE color: 10226709.

HSL color Cylindrical-coordinate representation of color #150C9C: hue angle of 243.75º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150C9C is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 12 156 -
CMYK 0.87 0.92 0 0.39
HSL 243.75º 0.86% 0.33% -
HSV(B) 243.75º 0.92% 0.61% -
XYZ 6.44 2.82 31.66 -
YUV 31.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 21 12 156 0.87 0.92 0 0.39 243.75 0.86 0.33
Hex 15 C 9C 57 5C 0 27 F4 56 21
Octal 25 14 234 127 134 0 47 364 126 41
Binary 10101 1100 10011100 1010111 1011100 0 100111 11110100 1010110 100001

Color Harmonies of #150C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C9C

Black with #150C9C

Text Example


Text Example

White with #150C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150C9C; }

 p { color: rgb(21,12,156); }

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

background-color css

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

 a { background-color: rgb(21,12,156); }

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

border-color css

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

 span { border-color: rgb(21,12,156); }

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