#06138D

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

Shades of Ultramarine #06138D

Tints of Ultramarine #06138D

Color information

#06138D (or 0x06138D) is unknown color: approx Ultramarine. HEX triplet: 06, 13 and 8D. RGB value is (6,19,141). Sum of RGB (Red+Green+Blue) = 6+19+141=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #06138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06138D is #F9EC72. Grayscale: #1C1C1C. Windows color (decimal): -16378995 or 9245446. OLE color: 9245446.

HSL color Cylindrical-coordinate representation of color #06138D: hue angle of 234.22º 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 #06138D is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB619141-
CMYK0.960.8700.45
HSL234.22º91.84%28.82%-
HSV(B)234.22º95.74%55.29%-
XYZ5.122.4325.4-
YUV29.02191.19111.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 141 (55.47% from 255) = 84.94%
R=3.61%
G=11.45%
B=84.94%

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
Decimal6191410.960.8700.45234.2291.8428.82
Hex6138D605702Dea5c1d
Octal62321514012705535213435
Binary110100111000110111000001010111010110111101010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06138D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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