Html Css Color HEX #05158C Ultramarine

📋 copy color: '#05158C'

red 5 ◦ green 21 ◦ blue 140

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

Shades of Ultramarine #05158C

Tints of Ultramarine #05158C

RGB

 RED value IS 5 (2.34% from 255) = 3.01%

 GREEN value IS 21 (8.59% from 255) = 12.65%

 BLUE value IS 140 (55.08% from 255) = 84.34%

R = 3.01%
G = 12.65%
B = 84.34%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05158C (or 0x05158C) is known color: Ultramarine. HEX triplet: 05, 15 and 8C. RGB value is (5,21,140). Sum of RGB (Red+Green+Blue) = 5+21+140=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #05158C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05158C is #FAEA73. Grayscale: #1D1D1D. Windows color (decimal): -16444020 or 9180421. OLE color: 9180421.

HSL color Cylindrical-coordinate representation of color #05158C: hue angle of 232.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05158C is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 21 140 -
CMYK 0.96 0.85 0 0.45
HSL 232.89º 0.93% 0.28% -
HSV(B) 232.89º 0.96% 0.55% -
XYZ 5.06 2.46 25.02 -
YUV 29.78 190.2 110.32 -
System Red Green Blue C M Y K H S L
Decimal 5 21 140 0.96 0.85 0 0.45 232.89 0.93 0.28
Hex 5 15 8C 60 55 0 2D E9 5D 1C
Octal 5 25 214 140 125 0 55 351 135 34
Binary 101 10101 10001100 1100000 1010101 0 101101 11101001 1011101 11100

Color Harmonies of #05158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05158C

Black with #05158C

Text Example


Text Example

White with #05158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05158C; }

 p { color: rgb(5,21,140); }

 H1.HeaderClassName
 {
   color: #05158C;
 }
 .AnyTagClassName
 {
   color: #05158C;
 }
</style>

background-color css

<style>
 a { background-color: #05158C; }

 a { background-color: rgb(5,21,140); }

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

border-color css

<style>
 span { border-color: #05158C; }

 span { border-color: rgb(5,21,140); }

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