Html Css Color HEX #151E94 Ultramarine

📋 copy color: '#151E94'

red 21 ◦ green 30 ◦ blue 148

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

Shades of Ultramarine #151E94

Tints of Ultramarine #151E94

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

 BLUE value IS 148 (58.2% from 255) = 74.37%

R = 10.55%
G = 15.08%
B = 74.37%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#151E94 (or 0x151E94) is known color: Ultramarine. HEX triplet: 15, 1E and 94. RGB value is (21,30,148). Sum of RGB (Red+Green+Blue) = 21+30+148=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #151E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151E94 is #EAE16B. Grayscale: #282828. Windows color (decimal): -15393132 or 9707029. OLE color: 9707029.

HSL color Cylindrical-coordinate representation of color #151E94: hue angle of 235.75º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151E94 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 30 148 -
CMYK 0.86 0.80 0 0.42
HSL 235.75º 0.75% 0.33% -
HSV(B) 235.75º 0.86% 0.58% -
XYZ 6.12 3.23 28.32 -
YUV 40.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 21 30 148 0.86 0.80 0 0.42 235.75 0.75 0.33
Hex 15 1E 94 56 50 0 2A EC 4B 21
Octal 25 36 224 126 120 0 52 354 113 41
Binary 10101 11110 10010100 1010110 1010000 0 101010 11101100 1001011 100001

Color Harmonies of #151E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E94

Black with #151E94

Text Example


Text Example

White with #151E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,30,148); }

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

background-color css

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

 a { background-color: rgb(21,30,148); }

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

border-color css

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

 span { border-color: rgb(21,30,148); }

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