Html Css Color HEX #150B7C Ultramarine

📋 copy color: '#150B7C'

red 21 ◦ green 11 ◦ blue 124

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

Shades of Ultramarine #150B7C

Tints of Ultramarine #150B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 79.49%

R = 13.46%
G = 7.05%
B = 79.49%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#150B7C (or 0x150B7C) is known color: Ultramarine. HEX triplet: 15, 0B and 7C. RGB value is (21,11,124). Sum of RGB (Red+Green+Blue) = 21+11+124=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #150B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B7C is #EAF483. Grayscale: #1A1A1A. Windows color (decimal): -15398020 or 8129301. OLE color: 8129301.

HSL color Cylindrical-coordinate representation of color #150B7C: hue angle of 245.31º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150B7C is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 11 124 -
CMYK 0.83 0.91 0 0.51
HSL 245.31º 0.84% 0.26% -
HSV(B) 245.31º 0.91% 0.49% -
XYZ 4.07 1.85 19.21 -
YUV 26.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 21 11 124 0.83 0.91 0 0.51 245.31 0.84 0.26
Hex 15 B 7C 53 5B 0 33 F5 54 1A
Octal 25 13 174 123 133 0 63 365 124 32
Binary 10101 1011 1111100 1010011 1011011 0 110011 11110101 1010100 11010

Color Harmonies of #150B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B7C

Black with #150B7C

Text Example


Text Example

White with #150B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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