Html Css Color HEX #071485 Ultramarine

📋 copy color: '#071485'

red 7 ◦ green 20 ◦ blue 133

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

Shades of Ultramarine #071485

Tints of Ultramarine #071485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 4.38%
G = 12.5%
B = 83.13%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#071485 (or 0x071485) is known color: Ultramarine. HEX triplet: 07, 14 and 85. RGB value is (7,20,133). Sum of RGB (Red+Green+Blue) = 7+20+133=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #071485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071485 is #F8EB7A. Grayscale: #1C1C1C. Windows color (decimal): -16313211 or 8721415. OLE color: 8721415.

HSL color Cylindrical-coordinate representation of color #071485: hue angle of 233.81º 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 #071485 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 20 133 -
CMYK 0.95 0.85 0 0.48
HSL 233.81º 0.9% 0.27% -
HSV(B) 233.81º 0.95% 0.52% -
XYZ 4.57 2.24 22.38 -
YUV 29 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 7 20 133 0.95 0.85 0 0.48 233.81 0.9 0.27
Hex 7 14 85 5F 55 0 30 EA 5A 1B
Octal 7 24 205 137 125 0 60 352 132 33
Binary 111 10100 10000101 1011111 1010101 0 110000 11101010 1011010 11011

Color Harmonies of #071485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071485

Black with #071485

Text Example


Text Example

White with #071485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071485; }

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

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

background-color css

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

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

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

border-color css

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

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

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