#07168B

Color #07168B Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #07168B

Tints of Ultramarine #07168B

Color information

#07168B (or 0x07168B) is unknown color: approx Ultramarine. HEX triplet: 07, 16 and 8B. RGB value is (7,22,139). Sum of RGB (Red+Green+Blue) = 7+22+139=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 139 (54.69% from 255 or 82.74% from 168); Max value from RGB is 139 - color contains mainly: blue. Hex color #07168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07168B is #F8E974. Grayscale: #1E1E1E. Windows color (decimal): -16312693 or 9115143. OLE color: 9115143.

HSL color Cylindrical-coordinate representation of color #07168B: hue angle of 233.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07168B is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB722139-
CMYK0.950.8400.45
HSL233.18º90.41%28.63%-
HSV(B)233.18º94.96%54.51%-
XYZ5.032.4824.64-
YUV30.85189.03110.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 139 (54.69% from 255) = 82.74%
R=4.17%
G=13.10%
B=82.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7221390.950.8400.45233.1890.4128.63
Hex7168B5F5402De95a1d
Octal72621313712405535113235
Binary111101101000101110111111010100010110111101001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07168B; }

 p { color: rgb(7,22,139); }

 H1.HeaderClassName
 {
   color: #07168B;
 }
 .AnyTagClassName
 {
   color: #07168B;
 }
</style>
background-color css

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

 a { background-color: rgb(7,22,139); }

 div.DivClassName
 {
   background-color: #07168B;
 }
 .BgClassName
 {
   background-color: #07168B;
 }
</style>
border-color css

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

 span { border-color: rgb(7,22,139); }

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