Html Css Color HEX #151C8A Ultramarine

📋 copy color: '#151C8A'

red 21 ◦ green 28 ◦ blue 138

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

Shades of Ultramarine #151C8A

Tints of Ultramarine #151C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.97%

 BLUE value IS 138 (54.3% from 255) = 73.8%

R = 11.23%
G = 14.97%
B = 73.8%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#151C8A (or 0x151C8A) is known color: Ultramarine. HEX triplet: 15, 1C and 8A. RGB value is (21,28,138). Sum of RGB (Red+Green+Blue) = 21+28+138=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #151C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C8A is #EAE375. Grayscale: #262626. Windows color (decimal): -15393654 or 9051157. OLE color: 9051157.

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

Color convert

RGB 21 28 138 -
CMYK 0.85 0.80 0 0.46
HSL 236.41º 0.74% 0.31% -
HSV(B) 236.41º 0.85% 0.54% -
XYZ 5.31 2.82 24.31 -
YUV 38.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 21 28 138 0.85 0.80 0 0.46 236.41 0.74 0.31
Hex 15 1C 8A 55 50 0 2E EC 4A 1F
Octal 25 34 212 125 120 0 56 354 112 37
Binary 10101 11100 10001010 1010101 1010000 0 101110 11101100 1001010 11111

Color Harmonies of #151C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151C8A

Black with #151C8A

Text Example


Text Example

White with #151C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,28,138); }

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

background-color css

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

 a { background-color: rgb(21,28,138); }

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

border-color css

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

 span { border-color: rgb(21,28,138); }

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