#06128D

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

Shades of Ultramarine #06128D

Tints of Ultramarine #06128D

Color information

#06128D (or 0x06128D) is unknown color: approx Ultramarine. HEX triplet: 06, 12 and 8D. RGB value is (6,18,141). Sum of RGB (Red+Green+Blue) = 6+18+141=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #06128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06128D is #F9ED72. Grayscale: #1B1B1B. Windows color (decimal): -16379251 or 9245190. OLE color: 9245190.

HSL color Cylindrical-coordinate representation of color #06128D: hue angle of 234.67º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06128D is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB618141-
CMYK0.960.8700.45
HSL234.67º91.84%28.82%-
HSV(B)234.67º95.74%55.29%-
XYZ5.12.3925.39-
YUV28.43191.52112-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 141 (55.47% from 255) = 85.45%
R=3.64%
G=10.91%
B=85.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6181410.960.8700.45234.6791.8428.82
Hex6128D605702Deb5c1d
Octal62221514012705535313435
Binary110100101000110111000001010111010110111101011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06128D; }

 p { color: rgb(6,18,141); }

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

<style>
 a { background-color: #06128D; }

 a { background-color: rgb(6,18,141); }

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

<style>
 span { border-color: #06128D; }

 span { border-color: rgb(6,18,141); }

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