Html Css Color HEX #05188C Ultramarine

📋 copy color: '#05188C'

red 5 ◦ green 24 ◦ blue 140

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

Shades of Ultramarine #05188C

Tints of Ultramarine #05188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

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

R = 2.96%
G = 14.2%
B = 82.84%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05188C (or 0x05188C) is known color: Ultramarine. HEX triplet: 05, 18 and 8C. RGB value is (5,24,140). Sum of RGB (Red+Green+Blue) = 5+24+140=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 140 (55.08% from 255 or 82.84% from 169); Max value from RGB is 140 - color contains mainly: blue. Hex color #05188C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05188C is #FAE773. Grayscale: #1F1F1F. Windows color (decimal): -16443252 or 9181189. OLE color: 9181189.

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

Color convert

RGB 5 24 140 -
CMYK 0.96 0.83 0 0.45
HSL 231.56º 0.93% 0.28% -
HSV(B) 231.56º 0.96% 0.55% -
XYZ 5.12 2.58 25.04 -
YUV 31.54 189.21 109.07 -
System Red Green Blue C M Y K H S L
Decimal 5 24 140 0.96 0.83 0 0.45 231.56 0.93 0.28
Hex 5 18 8C 60 53 0 2D E8 5D 1C
Octal 5 30 214 140 123 0 55 350 135 34
Binary 101 11000 10001100 1100000 1010011 0 101101 11101000 1011101 11100

Color Harmonies of #05188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05188C

Black with #05188C

Text Example


Text Example

White with #05188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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