Html Css Color HEX #071786 Ultramarine

📋 copy color: '#071786'

red 7 ◦ green 23 ◦ blue 134

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

Shades of Ultramarine #071786

Tints of Ultramarine #071786

RGB

 RED value IS 7 (3.13% from 255) = 4.27%

 GREEN value IS 23 (9.38% from 255) = 14.02%

 BLUE value IS 134 (52.73% from 255) = 81.71%

R = 4.27%
G = 14.02%
B = 81.71%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#071786 (or 0x071786) is known color: Ultramarine. HEX triplet: 07, 17 and 86. RGB value is (7,23,134). Sum of RGB (Red+Green+Blue) = 7+23+134=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 134 (52.73% from 255 or 81.71% from 164); Max value from RGB is 134 - color contains mainly: blue. Hex color #071786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071786 is #F8E879. Grayscale: #1E1E1E. Windows color (decimal): -16312442 or 8787719. OLE color: 8787719.

HSL color Cylindrical-coordinate representation of color #071786: hue angle of 232.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071786 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 23 134 -
CMYK 0.95 0.83 0 0.47
HSL 232.44º 0.9% 0.28% -
HSV(B) 232.44º 0.95% 0.53% -
XYZ 4.7 2.38 22.77 -
YUV 30.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 7 23 134 0.95 0.83 0 0.47 232.44 0.9 0.28
Hex 7 17 86 5F 53 0 2F E8 5A 1C
Octal 7 27 206 137 123 0 57 350 132 34
Binary 111 10111 10000110 1011111 1010011 0 101111 11101000 1011010 11100

Color Harmonies of #071786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071786

Black with #071786

Text Example


Text Example

White with #071786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071786; }

 p { color: rgb(7,23,134); }

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

background-color css

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

 a { background-color: rgb(7,23,134); }

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

border-color css

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

 span { border-color: rgb(7,23,134); }

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