Html Css Color HEX #05188B Ultramarine

📋 copy color: '#05188B'

red 5 ◦ green 24 ◦ blue 139

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

Shades of Ultramarine #05188B

Tints of Ultramarine #05188B

RGB

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

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

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

R = 2.98%
G = 14.29%
B = 82.74%

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

#05188B (or 0x05188B) is known color: Ultramarine. HEX triplet: 05, 18 and 8B. RGB value is (5,24,139). Sum of RGB (Red+Green+Blue) = 5+24+139=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 139 (54.69% from 255 or 82.74% from 168); Max value from RGB is 139 - color contains mainly: blue. Hex color #05188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05188B is #FAE774. Grayscale: #1E1E1E. Windows color (decimal): -16443253 or 9115653. OLE color: 9115653.

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

Color convert

RGB 5 24 139 -
CMYK 0.96 0.83 0 0.45
HSL 231.49º 0.93% 0.28% -
HSV(B) 231.49º 0.96% 0.55% -
XYZ 5.05 2.55 24.65 -
YUV 31.43 188.71 109.15 -
System Red Green Blue C M Y K H S L
Decimal 5 24 139 0.96 0.83 0 0.45 231.49 0.93 0.28
Hex 5 18 8B 60 53 0 2D E7 5D 1C
Octal 5 30 213 140 123 0 55 347 135 34
Binary 101 11000 10001011 1100000 1010011 0 101101 11100111 1011101 11100

Color Harmonies of #05188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05188B

Black with #05188B

Text Example


Text Example

White with #05188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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