Html Css Color HEX #05198B Ultramarine

📋 copy color: '#05198B'

red 5 ◦ green 25 ◦ blue 139

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

Shades of Ultramarine #05198B

Tints of Ultramarine #05198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.79%

 BLUE value IS 139 (54.69% from 255) = 82.25%

R = 2.96%
G = 14.79%
B = 82.25%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05198B (or 0x05198B) is known color: Ultramarine. HEX triplet: 05, 19 and 8B. RGB value is (5,25,139). Sum of RGB (Red+Green+Blue) = 5+25+139=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 139 (54.69% from 255 or 82.25% from 169); Max value from RGB is 139 - color contains mainly: blue. Hex color #05198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05198B is #FAE674. Grayscale: #1F1F1F. Windows color (decimal): -16442997 or 9115909. OLE color: 9115909.

HSL color Cylindrical-coordinate representation of color #05198B: hue angle of 231.04º 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 #05198B is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 25 139 -
CMYK 0.96 0.82 0 0.45
HSL 231.04º 0.93% 0.28% -
HSV(B) 231.04º 0.96% 0.55% -
XYZ 5.07 2.59 24.66 -
YUV 32.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 5 25 139 0.96 0.82 0 0.45 231.04 0.93 0.28
Hex 5 19 8B 60 52 0 2D E7 5D 1C
Octal 5 31 213 140 122 0 55 347 135 34
Binary 101 11001 10001011 1100000 1010010 0 101101 11100111 1011101 11100

Color Harmonies of #05198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05198B

Black with #05198B

Text Example


Text Example

White with #05198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05198B; }

 p { color: rgb(5,25,139); }

 H1.HeaderClassName
 {
   color: #05198B;
 }
 .AnyTagClassName
 {
   color: #05198B;
 }
</style>

background-color css

<style>
 a { background-color: #05198B; }

 a { background-color: rgb(5,25,139); }

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

border-color css

<style>
 span { border-color: #05198B; }

 span { border-color: rgb(5,25,139); }

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