Html Css Color HEX #051092 Ultramarine

📋 copy color: '#051092'

red 5 ◦ green 16 ◦ blue 146

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

Shades of Ultramarine #051092

Tints of Ultramarine #051092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 146 (57.42% from 255) = 87.43%

R = 2.99%
G = 9.58%
B = 87.43%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#051092 (or 0x051092) is known color: Ultramarine. HEX triplet: 05, 10 and 92. RGB value is (5,16,146). Sum of RGB (Red+Green+Blue) = 5+16+146=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #051092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051092 is #FAEF6D. Grayscale: #1B1B1B. Windows color (decimal): -16445294 or 9572357. OLE color: 9572357.

HSL color Cylindrical-coordinate representation of color #051092: hue angle of 235.32º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051092 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 16 146 -
CMYK 0.97 0.89 0 0.43
HSL 235.32º 0.93% 0.3% -
HSV(B) 235.32º 0.97% 0.57% -
XYZ 5.44 2.48 27.39 -
YUV 27.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 5 16 146 0.97 0.89 0 0.43 235.32 0.93 0.3
Hex 5 10 92 61 59 0 2B EB 5D 1E
Octal 5 20 222 141 131 0 53 353 135 36
Binary 101 10000 10010010 1100001 1011001 0 101011 11101011 1011101 11110

Color Harmonies of #051092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051092

Black with #051092

Text Example


Text Example

White with #051092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051092; }

 p { color: rgb(5,16,146); }

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

background-color css

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

 a { background-color: rgb(5,16,146); }

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

border-color css

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

 span { border-color: rgb(5,16,146); }

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