Html Css Color HEX #150FA5 Ultramarine

📋 copy color: '#150FA5'

red 21 ◦ green 15 ◦ blue 165

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

Shades of Ultramarine #150FA5

Tints of Ultramarine #150FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

 BLUE value IS 165 (64.84% from 255) = 82.09%

R = 10.45%
G = 7.46%
B = 82.09%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#150FA5 (or 0x150FA5) is known color: Ultramarine. HEX triplet: 15, 0F and A5. RGB value is (21,15,165). Sum of RGB (Red+Green+Blue) = 21+15+165=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 165 (64.84% from 255 or 82.09% from 201); Max value from RGB is 165 - color contains mainly: blue. Hex color #150FA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150FA5 is #EAF05A. Grayscale: #212121. Windows color (decimal): -15396955 or 10817301. OLE color: 10817301.

HSL color Cylindrical-coordinate representation of color #150FA5: hue angle of 242.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150FA5 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 21 15 165 -
CMYK 0.87 0.91 0 0.35
HSL 242.4º 0.83% 0.35% -
HSV(B) 242.4º 0.91% 0.65% -
XYZ 7.27 3.22 35.84 -
YUV 33.89 201.99 118.8 -
System Red Green Blue C M Y K H S L
Decimal 21 15 165 0.87 0.91 0 0.35 242.4 0.83 0.35
Hex 15 F A5 57 5B 0 23 F2 53 23
Octal 25 17 245 127 133 0 43 362 123 43
Binary 10101 1111 10100101 1010111 1011011 0 100011 11110010 1010011 100011

Color Harmonies of #150FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FA5

Black with #150FA5

Text Example


Text Example

White with #150FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,15,165); }

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

background-color css

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

 a { background-color: rgb(21,15,165); }

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

border-color css

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

 span { border-color: rgb(21,15,165); }

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