Html Css Color HEX #071295 Ultramarine

📋 copy color: '#071295'

red 7 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #071295

Tints of Ultramarine #071295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

 BLUE value IS 149 (58.59% from 255) = 85.63%

R = 4.02%
G = 10.34%
B = 85.63%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#071295 (or 0x071295) is known color: Ultramarine. HEX triplet: 07, 12 and 95. RGB value is (7,18,149). Sum of RGB (Red+Green+Blue) = 7+18+149=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #071295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071295 is #F8ED6A. Grayscale: #1D1D1D. Windows color (decimal): -16313707 or 9769479. OLE color: 9769479.

HSL color Cylindrical-coordinate representation of color #071295: hue angle of 235.35º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071295 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 18 149 -
CMYK 0.95 0.88 0 0.42
HSL 235.35º 0.91% 0.31% -
HSV(B) 235.35º 0.95% 0.58% -
XYZ 5.73 2.65 28.64 -
YUV 29.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 7 18 149 0.95 0.88 0 0.42 235.35 0.91 0.31
Hex 7 12 95 5F 58 0 2A EB 5B 1F
Octal 7 22 225 137 130 0 52 353 133 37
Binary 111 10010 10010101 1011111 1011000 0 101010 11101011 1011011 11111

Color Harmonies of #071295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071295

Black with #071295

Text Example


Text Example

White with #071295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071295; }

 p { color: rgb(7,18,149); }

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

background-color css

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

 a { background-color: rgb(7,18,149); }

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

border-color css

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

 span { border-color: rgb(7,18,149); }

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