Html Css Color HEX #150B8B Ultramarine

📋 copy color: '#150B8B'

red 21 ◦ green 11 ◦ blue 139

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

Shades of Ultramarine #150B8B

Tints of Ultramarine #150B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.43%

 BLUE value IS 139 (54.69% from 255) = 81.29%

R = 12.28%
G = 6.43%
B = 81.29%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#150B8B (or 0x150B8B) is known color: Ultramarine. HEX triplet: 15, 0B and 8B. RGB value is (21,11,139). Sum of RGB (Red+Green+Blue) = 21+11+139=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #150B8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150B8B is #EAF474. Grayscale: #1C1C1C. Windows color (decimal): -15398005 or 9112341. OLE color: 9112341.

HSL color Cylindrical-coordinate representation of color #150B8B: hue angle of 244.69º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150B8B is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 11 139 -
CMYK 0.85 0.92 0 0.45
HSL 244.69º 0.85% 0.29% -
HSV(B) 244.69º 0.92% 0.55% -
XYZ 5.09 2.26 24.59 -
YUV 28.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 21 11 139 0.85 0.92 0 0.45 244.69 0.85 0.29
Hex 15 B 8B 55 5C 0 2D F5 55 1D
Octal 25 13 213 125 134 0 55 365 125 35
Binary 10101 1011 10001011 1010101 1011100 0 101101 11110101 1010101 11101

Color Harmonies of #150B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B8B

Black with #150B8B

Text Example


Text Example

White with #150B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,11,139); }

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

background-color css

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

 a { background-color: rgb(21,11,139); }

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

border-color css

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

 span { border-color: rgb(21,11,139); }

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