Html Css Color HEX #071A8A Ultramarine

📋 copy color: '#071A8A'

red 7 ◦ green 26 ◦ blue 138

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

Shades of Ultramarine #071A8A

Tints of Ultramarine #071A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 80.7%

R = 4.09%
G = 15.2%
B = 80.7%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#071A8A (or 0x071A8A) is known color: Ultramarine. HEX triplet: 07, 1A and 8A. RGB value is (7,26,138). Sum of RGB (Red+Green+Blue) = 7+26+138=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #071A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071A8A is #F8E575. Grayscale: #202020. Windows color (decimal): -16311670 or 9050631. OLE color: 9050631.

HSL color Cylindrical-coordinate representation of color #071A8A: hue angle of 231.3º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071A8A is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 26 138 -
CMYK 0.95 0.81 0 0.46
HSL 231.3º 0.9% 0.28% -
HSV(B) 231.3º 0.95% 0.54% -
XYZ 5.04 2.62 24.28 -
YUV 33.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 7 26 138 0.95 0.81 0 0.46 231.3 0.9 0.28
Hex 7 1A 8A 5F 51 0 2E E7 5A 1C
Octal 7 32 212 137 121 0 56 347 132 34
Binary 111 11010 10001010 1011111 1010001 0 101110 11100111 1011010 11100

Color Harmonies of #071A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A8A

Black with #071A8A

Text Example


Text Example

White with #071A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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