#061396

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

Shades of Ultramarine #061396

Tints of Ultramarine #061396

Color information

#061396 (or 0x061396) is unknown color: approx Ultramarine. HEX triplet: 06, 13 and 96. RGB value is (6,19,150). Sum of RGB (Red+Green+Blue) = 6+19+150=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #061396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061396 is #F9EC69. Grayscale: #1D1D1D. Windows color (decimal): -16378986 or 9835270. OLE color: 9835270.

HSL color Cylindrical-coordinate representation of color #061396: hue angle of 234.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061396 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB619150-
CMYK0.960.8700.41
HSL234.58º92.31%30.59%-
HSV(B)234.58º96%58.82%-
XYZ5.812.7129.07-
YUV30.05195.69110.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.43%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 150 (58.98% from 255) = 85.71%
R=3.43%
G=10.86%
B=85.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6191500.960.8700.41234.5892.3130.59
Hex613966057029eb5c1f
Octal62322614012705135313437
Binary110100111001011011000001010111010100111101011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061396; }

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

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

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

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

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

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

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

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