Html Css Color HEX #150183 Ultramarine

📋 copy color: '#150183'

red 21 ◦ green 1 ◦ blue 131

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

Shades of Ultramarine #150183

Tints of Ultramarine #150183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 131 (51.56% from 255) = 85.62%

R = 13.73%
G = 0.65%
B = 85.62%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150183 (or 0x150183) is known color: Ultramarine. HEX triplet: 15, 01 and 83. RGB value is (21,1,131). Sum of RGB (Red+Green+Blue) = 21+1+131=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 131 (51.56% from 255 or 85.62% from 153); Max value from RGB is 131 - color contains mainly: blue. Hex color #150183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150183 is #EAFE7C. Grayscale: #151515. Windows color (decimal): -15400573 or 8585493. OLE color: 8585493.

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

Color convert

RGB 21 1 131 -
CMYK 0.84 0.99 0 0.49
HSL 249.23º 0.98% 0.26% -
HSV(B) 249.23º 0.99% 0.51% -
XYZ 4.42 1.82 21.59 -
YUV 21.8 189.63 127.43 -
System Red Green Blue C M Y K H S L
Decimal 21 1 131 0.84 0.99 0 0.49 249.23 0.98 0.26
Hex 15 1 83 54 63 0 31 F9 62 1A
Octal 25 1 203 124 143 0 61 371 142 32
Binary 10101 1 10000011 1010100 1100011 0 110001 11111001 1100010 11010

Color Harmonies of #150183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150183

Black with #150183

Text Example


Text Example

White with #150183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150183; }

 p { color: rgb(21,1,131); }

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

background-color css

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

 a { background-color: rgb(21,1,131); }

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

border-color css

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

 span { border-color: rgb(21,1,131); }

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