Html Css Color HEX #151A8F Ultramarine

📋 copy color: '#151A8F'

red 21 ◦ green 26 ◦ blue 143

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

Shades of Ultramarine #151A8F

Tints of Ultramarine #151A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 75.26%

R = 11.05%
G = 13.68%
B = 75.26%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#151A8F (or 0x151A8F) is known color: Ultramarine. HEX triplet: 15, 1A and 8F. RGB value is (21,26,143). Sum of RGB (Red+Green+Blue) = 21+26+143=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 143 (56.25% from 255 or 75.26% from 190); Max value from RGB is 143 - color contains mainly: blue. Hex color #151A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A8F is #EAE570. Grayscale: #252525. Windows color (decimal): -15394161 or 9378325. OLE color: 9378325.

HSL color Cylindrical-coordinate representation of color #151A8F: hue angle of 237.54º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151A8F is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 26 143 -
CMYK 0.85 0.82 0 0.44
HSL 237.54º 0.74% 0.32% -
HSV(B) 237.54º 0.85% 0.56% -
XYZ 5.64 2.88 26.25 -
YUV 37.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 21 26 143 0.85 0.82 0 0.44 237.54 0.74 0.32
Hex 15 1A 8F 55 52 0 2C EE 4A 20
Octal 25 32 217 125 122 0 54 356 112 40
Binary 10101 11010 10001111 1010101 1010010 0 101100 11101110 1001010 100000

Color Harmonies of #151A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A8F

Black with #151A8F

Text Example


Text Example

White with #151A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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