Html Css Color HEX #151F94 Ultramarine

📋 copy color: '#151F94'

red 21 ◦ green 31 ◦ blue 148

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

Shades of Ultramarine #151F94

Tints of Ultramarine #151F94

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.5%

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

R = 10.5%
G = 15.5%
B = 74%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#151F94 (or 0x151F94) is known color: Ultramarine. HEX triplet: 15, 1F and 94. RGB value is (21,31,148). Sum of RGB (Red+Green+Blue) = 21+31+148=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #151F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151F94 is #EAE06B. Grayscale: #282828. Windows color (decimal): -15392876 or 9707285. OLE color: 9707285.

HSL color Cylindrical-coordinate representation of color #151F94: hue angle of 235.28º 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 #151F94 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 31 148 -
CMYK 0.86 0.79 0 0.42
HSL 235.28º 0.75% 0.33% -
HSV(B) 235.28º 0.86% 0.58% -
XYZ 6.14 3.28 28.33 -
YUV 41.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 21 31 148 0.86 0.79 0 0.42 235.28 0.75 0.33
Hex 15 1F 94 56 4F 0 2A EB 4B 21
Octal 25 37 224 126 117 0 52 353 113 41
Binary 10101 11111 10010100 1010110 1001111 0 101010 11101011 1001011 100001

Color Harmonies of #151F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151F94

Black with #151F94

Text Example


Text Example

White with #151F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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