Html Css Color HEX #071585 Ultramarine

📋 copy color: '#071585'

red 7 ◦ green 21 ◦ blue 133

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

Shades of Ultramarine #071585

Tints of Ultramarine #071585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

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

R = 4.35%
G = 13.04%
B = 82.61%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#071585 (or 0x071585) is known color: Ultramarine. HEX triplet: 07, 15 and 85. RGB value is (7,21,133). Sum of RGB (Red+Green+Blue) = 7+21+133=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #071585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071585 is #F8EA7A. Grayscale: #1D1D1D. Windows color (decimal): -16312955 or 8721671. OLE color: 8721671.

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

Color convert

RGB 7 21 133 -
CMYK 0.95 0.84 0 0.48
HSL 233.33º 0.9% 0.27% -
HSV(B) 233.33º 0.95% 0.52% -
XYZ 4.59 2.27 22.39 -
YUV 29.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 7 21 133 0.95 0.84 0 0.48 233.33 0.9 0.27
Hex 7 15 85 5F 54 0 30 E9 5A 1B
Octal 7 25 205 137 124 0 60 351 132 33
Binary 111 10101 10000101 1011111 1010100 0 110000 11101001 1011010 11011

Color Harmonies of #071585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071585

Black with #071585

Text Example


Text Example

White with #071585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071585; }

 p { color: rgb(7,21,133); }

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

background-color css

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

 a { background-color: rgb(7,21,133); }

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

border-color css

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

 span { border-color: rgb(7,21,133); }

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