#07148B

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

Shades of Ultramarine #07148B

Tints of Ultramarine #07148B

Color information

#07148B (or 0x07148B) is unknown color: approx Ultramarine. HEX triplet: 07, 14 and 8B. RGB value is (7,20,139). Sum of RGB (Red+Green+Blue) = 7+20+139=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #07148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07148B is #F8EB74. Grayscale: #1D1D1D. Windows color (decimal): -16313205 or 9114631. OLE color: 9114631.

HSL color Cylindrical-coordinate representation of color #07148B: hue angle of 234.09º 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 #07148B is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB720139-
CMYK0.950.8600.45
HSL234.09º90.41%28.63%-
HSV(B)234.09º94.96%54.51%-
XYZ52.4124.63-
YUV29.68189.69111.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 139 (54.69% from 255) = 83.73%
R=4.22%
G=12.05%
B=83.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7201390.950.8600.45234.0990.4128.63
Hex7148B5F5602Dea5a1d
Octal72421313712605535213235
Binary111101001000101110111111010110010110111101010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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