Html Css Color HEX #05128F Ultramarine

📋 copy color: '#05128F'

red 5 ◦ green 18 ◦ blue 143

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

Shades of Ultramarine #05128F

Tints of Ultramarine #05128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

 BLUE value IS 143 (56.25% from 255) = 86.14%

R = 3.01%
G = 10.84%
B = 86.14%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05128F (or 0x05128F) is known color: Ultramarine. HEX triplet: 05, 12 and 8F. RGB value is (5,18,143). Sum of RGB (Red+Green+Blue) = 5+18+143=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 143 (56.25% from 255 or 86.14% from 166); Max value from RGB is 143 - color contains mainly: blue. Hex color #05128F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05128F is #FAED70. Grayscale: #1B1B1B. Windows color (decimal): -16444785 or 9376261. OLE color: 9376261.

HSL color Cylindrical-coordinate representation of color #05128F: hue angle of 234.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05128F is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 18 143 -
CMYK 0.97 0.87 0 0.44
HSL 234.35º 0.93% 0.29% -
HSV(B) 234.35º 0.97% 0.56% -
XYZ 5.24 2.45 26.18 -
YUV 28.36 192.69 111.34 -
System Red Green Blue C M Y K H S L
Decimal 5 18 143 0.97 0.87 0 0.44 234.35 0.93 0.29
Hex 5 12 8F 61 57 0 2C EA 5D 1D
Octal 5 22 217 141 127 0 54 352 135 35
Binary 101 10010 10001111 1100001 1010111 0 101100 11101010 1011101 11101

Color Harmonies of #05128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05128F

Black with #05128F

Text Example


Text Example

White with #05128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05128F; }

 p { color: rgb(5,18,143); }

 H1.HeaderClassName
 {
   color: #05128F;
 }
 .AnyTagClassName
 {
   color: #05128F;
 }
</style>

background-color css

<style>
 a { background-color: #05128F; }

 a { background-color: rgb(5,18,143); }

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

border-color css

<style>
 span { border-color: #05128F; }

 span { border-color: rgb(5,18,143); }

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