Html Css Color HEX #070E91 Ultramarine

📋 copy color: '#070E91'

red 7 ◦ green 14 ◦ blue 145

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

Shades of Ultramarine #070E91

Tints of Ultramarine #070E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.43%

 BLUE value IS 145 (57.03% from 255) = 87.35%

R = 4.22%
G = 8.43%
B = 87.35%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#070E91 (or 0x070E91) is known color: Ultramarine. HEX triplet: 07, 0E and 91. RGB value is (7,14,145). Sum of RGB (Red+Green+Blue) = 7+14+145=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #070E91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E91 is #F8F16E. Grayscale: #1A1A1A. Windows color (decimal): -16314735 or 9506311. OLE color: 9506311.

HSL color Cylindrical-coordinate representation of color #070E91: hue angle of 236.96º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070E91 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 14 145 -
CMYK 0.95 0.90 0 0.43
HSL 236.96º 0.91% 0.3% -
HSV(B) 236.96º 0.95% 0.57% -
XYZ 5.36 2.4 26.97 -
YUV 26.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 7 14 145 0.95 0.90 0 0.43 236.96 0.91 0.3
Hex 7 E 91 5F 5A 0 2B ED 5B 1E
Octal 7 16 221 137 132 0 53 355 133 36
Binary 111 1110 10010001 1011111 1011010 0 101011 11101101 1011011 11110

Color Harmonies of #070E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E91

Black with #070E91

Text Example


Text Example

White with #070E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070E91; }

 p { color: rgb(7,14,145); }

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

background-color css

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

 a { background-color: rgb(7,14,145); }

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

border-color css

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

 span { border-color: rgb(7,14,145); }

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