Html Css Color HEX #071A99 Ultramarine

📋 copy color: '#071A99'

red 7 ◦ green 26 ◦ blue 153

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

Shades of Ultramarine #071A99

Tints of Ultramarine #071A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.98%

 BLUE value IS 153 (60.16% from 255) = 82.26%

R = 3.76%
G = 13.98%
B = 82.26%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#071A99 (or 0x071A99) is known color: Ultramarine. HEX triplet: 07, 1A and 99. RGB value is (7,26,153). Sum of RGB (Red+Green+Blue) = 7+26+153=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #071A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071A99 is #F8E566. Grayscale: #222222. Windows color (decimal): -16311655 or 10033671. OLE color: 10033671.

HSL color Cylindrical-coordinate representation of color #071A99: hue angle of 232.19º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071A99 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 26 153 -
CMYK 0.95 0.83 0 0.4
HSL 232.19º 0.91% 0.31% -
HSV(B) 232.19º 0.95% 0.6% -
XYZ 6.21 3.08 30.41 -
YUV 34.8 194.71 108.17 -
System Red Green Blue C M Y K H S L
Decimal 7 26 153 0.95 0.83 0 0.4 232.19 0.91 0.31
Hex 7 1A 99 5F 53 0 28 E8 5B 1F
Octal 7 32 231 137 123 0 50 350 133 37
Binary 111 11010 10011001 1011111 1010011 0 101000 11101000 1011011 11111

Color Harmonies of #071A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A99

Black with #071A99

Text Example


Text Example

White with #071A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071A99; }

 p { color: rgb(7,26,153); }

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

background-color css

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

 a { background-color: rgb(7,26,153); }

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

border-color css

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

 span { border-color: rgb(7,26,153); }

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