Html Css Color HEX #070A93 Ultramarine

📋 copy color: '#070A93'

red 7 ◦ green 10 ◦ blue 147

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

Shades of Ultramarine #070A93

Tints of Ultramarine #070A93

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.1%

 BLUE value IS 147 (57.81% from 255) = 89.63%

R = 4.27%
G = 6.1%
B = 89.63%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#070A93 (or 0x070A93) is known color: Ultramarine. HEX triplet: 07, 0A and 93. RGB value is (7,10,147). Sum of RGB (Red+Green+Blue) = 7+10+147=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #070A93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070A93 is #F8F56C. Grayscale: #181818. Windows color (decimal): -16315757 or 9636359. OLE color: 9636359.

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

Color convert

RGB 7 10 147 -
CMYK 0.95 0.93 0 0.42
HSL 238.71º 0.91% 0.3% -
HSV(B) 238.71º 0.95% 0.58% -
XYZ 5.46 2.37 27.77 -
YUV 24.72 197.01 115.36 -
System Red Green Blue C M Y K H S L
Decimal 7 10 147 0.95 0.93 0 0.42 238.71 0.91 0.3
Hex 7 A 93 5F 5D 0 2A EF 5B 1E
Octal 7 12 223 137 135 0 52 357 133 36
Binary 111 1010 10010011 1011111 1011101 0 101010 11101111 1011011 11110

Color Harmonies of #070A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A93

Black with #070A93

Text Example


Text Example

White with #070A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,10,147); }

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

background-color css

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

 a { background-color: rgb(7,10,147); }

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

border-color css

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

 span { border-color: rgb(7,10,147); }

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