Html Css Color HEX #051694 Ultramarine

📋 copy color: '#051694'

red 5 ◦ green 22 ◦ blue 148

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

Shades of Ultramarine #051694

Tints of Ultramarine #051694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 148 (58.2% from 255) = 84.57%

R = 2.86%
G = 12.57%
B = 84.57%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#051694 (or 0x051694) is known color: Ultramarine. HEX triplet: 05, 16 and 94. RGB value is (5,22,148). Sum of RGB (Red+Green+Blue) = 5+22+148=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #051694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051694 is #FAE96B. Grayscale: #1E1E1E. Windows color (decimal): -16443756 or 9704965. OLE color: 9704965.

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

Color convert

RGB 5 22 148 -
CMYK 0.97 0.85 0 0.42
HSL 232.87º 0.93% 0.3% -
HSV(B) 232.87º 0.97% 0.58% -
XYZ 5.69 2.74 28.25 -
YUV 31.28 193.87 109.25 -
System Red Green Blue C M Y K H S L
Decimal 5 22 148 0.97 0.85 0 0.42 232.87 0.93 0.3
Hex 5 16 94 61 55 0 2A E9 5D 1E
Octal 5 26 224 141 125 0 52 351 135 36
Binary 101 10110 10010100 1100001 1010101 0 101010 11101001 1011101 11110

Color Harmonies of #051694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051694

Black with #051694

Text Example


Text Example

White with #051694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051694; }

 p { color: rgb(5,22,148); }

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

background-color css

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

 a { background-color: rgb(5,22,148); }

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

border-color css

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

 span { border-color: rgb(5,22,148); }

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