#061B95

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

Shades of Ultramarine #061B95

Tints of Ultramarine #061B95

Color information

#061B95 (or 0x061B95) is unknown color: approx Ultramarine. HEX triplet: 06, 1B and 95. RGB value is (6,27,149). Sum of RGB (Red+Green+Blue) = 6+27+149=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #061B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061B95 is #F9E46A. Grayscale: #222222. Windows color (decimal): -16376939 or 9771782. OLE color: 9771782.

HSL color Cylindrical-coordinate representation of color #061B95: hue angle of 231.19º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061B95 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB627149-
CMYK0.960.8200.42
HSL231.19º92.26%30.39%-
HSV(B)231.19º95.97%58.43%-
XYZ5.892.9928.7-
YUV34.63192.54107.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 27 (10.94% from 255) = 14.84%
BLUE value IS 149 (58.59% from 255) = 81.87%
R=3.30%
G=14.84%
B=81.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6271490.960.8200.42231.1992.2630.39
Hex61B95605202Ae75c1e
Octal63322514012205234713436
Binary110110111001010111000001010010010101011100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061B95; }

 p { color: rgb(6,27,149); }

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

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

 a { background-color: rgb(6,27,149); }

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

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

 span { border-color: rgb(6,27,149); }

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