Html Css Color HEX #051985 Ultramarine

📋 copy color: '#051985'

red 5 ◦ green 25 ◦ blue 133

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

Shades of Ultramarine #051985

Tints of Ultramarine #051985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 133 (52.34% from 255) = 81.6%

R = 3.07%
G = 15.34%
B = 81.6%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#051985 (or 0x051985) is known color: Ultramarine. HEX triplet: 05, 19 and 85. RGB value is (5,25,133). Sum of RGB (Red+Green+Blue) = 5+25+133=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #051985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051985 is #FAE67A. Grayscale: #1E1E1E. Windows color (decimal): -16443003 or 8722693. OLE color: 8722693.

HSL color Cylindrical-coordinate representation of color #051985: hue angle of 230.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051985 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 25 133 -
CMYK 0.96 0.81 0 0.48
HSL 230.63º 0.93% 0.27% -
HSV(B) 230.63º 0.96% 0.52% -
XYZ 4.64 2.42 22.41 -
YUV 31.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 5 25 133 0.96 0.81 0 0.48 230.63 0.93 0.27
Hex 5 19 85 60 51 0 30 E7 5D 1B
Octal 5 31 205 140 121 0 60 347 135 33
Binary 101 11001 10000101 1100000 1010001 0 110000 11100111 1011101 11011

Color Harmonies of #051985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051985

Black with #051985

Text Example


Text Example

White with #051985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051985; }

 p { color: rgb(5,25,133); }

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

background-color css

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

 a { background-color: rgb(5,25,133); }

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

border-color css

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

 span { border-color: rgb(5,25,133); }

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