Html Css Color HEX #05148C Ultramarine

📋 copy color: '#05148C'

red 5 ◦ green 20 ◦ blue 140

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

Shades of Ultramarine #05148C

Tints of Ultramarine #05148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 3.03%
G = 12.12%
B = 84.85%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05148C (or 0x05148C) is known color: Ultramarine. HEX triplet: 05, 14 and 8C. RGB value is (5,20,140). Sum of RGB (Red+Green+Blue) = 5+20+140=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 140 (55.08% from 255 or 84.85% from 165); Max value from RGB is 140 - color contains mainly: blue. Hex color #05148C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05148C is #FAEB73. Grayscale: #1C1C1C. Windows color (decimal): -16444276 or 9180165. OLE color: 9180165.

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

Color convert

RGB 5 20 140 -
CMYK 0.96 0.86 0 0.45
HSL 233.33º 0.93% 0.28% -
HSV(B) 233.33º 0.96% 0.55% -
XYZ 5.05 2.43 25.01 -
YUV 29.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 5 20 140 0.96 0.86 0 0.45 233.33 0.93 0.28
Hex 5 14 8C 60 56 0 2D E9 5D 1C
Octal 5 24 214 140 126 0 55 351 135 34
Binary 101 10100 10001100 1100000 1010110 0 101101 11101001 1011101 11100

Color Harmonies of #05148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05148C

Black with #05148C

Text Example


Text Example

White with #05148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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