Html Css Color HEX #150F83 Ultramarine

📋 copy color: '#150F83'

red 21 ◦ green 15 ◦ blue 131

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

Shades of Ultramarine #150F83

Tints of Ultramarine #150F83

RGB

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

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

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

R = 12.57%
G = 8.98%
B = 78.44%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150F83 (or 0x150F83) is known color: Ultramarine. HEX triplet: 15, 0F and 83. RGB value is (21,15,131). Sum of RGB (Red+Green+Blue) = 21+15+131=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #150F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150F83 is #EAF07C. Grayscale: #1D1D1D. Windows color (decimal): -15396989 or 8589077. OLE color: 8589077.

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

Color convert

RGB 21 15 131 -
CMYK 0.84 0.89 0 0.49
HSL 243.1º 0.79% 0.29% -
HSV(B) 243.1º 0.89% 0.51% -
XYZ 4.58 2.14 21.64 -
YUV 30.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 21 15 131 0.84 0.89 0 0.49 243.1 0.79 0.29
Hex 15 F 83 54 59 0 31 F3 4F 1D
Octal 25 17 203 124 131 0 61 363 117 35
Binary 10101 1111 10000011 1010100 1011001 0 110001 11110011 1001111 11101

Color Harmonies of #150F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F83

Black with #150F83

Text Example


Text Example

White with #150F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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