Html Css Color HEX #151A8B Ultramarine

📋 copy color: '#151A8B'

red 21 ◦ green 26 ◦ blue 139

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

Shades of Ultramarine #151A8B

Tints of Ultramarine #151A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.98%

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

R = 11.29%
G = 13.98%
B = 74.73%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#151A8B (or 0x151A8B) is known color: Ultramarine. HEX triplet: 15, 1A and 8B. RGB value is (21,26,139). Sum of RGB (Red+Green+Blue) = 21+26+139=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #151A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A8B is #EAE574. Grayscale: #242424. Windows color (decimal): -15394165 or 9116181. OLE color: 9116181.

HSL color Cylindrical-coordinate representation of color #151A8B: hue angle of 237.46º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151A8B is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 26 139 -
CMYK 0.85 0.81 0 0.45
HSL 237.46º 0.74% 0.31% -
HSV(B) 237.46º 0.85% 0.55% -
XYZ 5.34 2.76 24.68 -
YUV 37.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 21 26 139 0.85 0.81 0 0.45 237.46 0.74 0.31
Hex 15 1A 8B 55 51 0 2D ED 4A 1F
Octal 25 32 213 125 121 0 55 355 112 37
Binary 10101 11010 10001011 1010101 1010001 0 101101 11101101 1001010 11111

Color Harmonies of #151A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A8B

Black with #151A8B

Text Example


Text Example

White with #151A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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