#061997

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

Shades of Ultramarine #061997

Tints of Ultramarine #061997

Color information

#061997 (or 0x061997) is unknown color: approx Ultramarine. HEX triplet: 06, 19 and 97. RGB value is (6,25,151). Sum of RGB (Red+Green+Blue) = 6+25+151=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 151 (59.38% from 255 or 82.97% from 182); Max value from RGB is 151 - color contains mainly: blue. Hex color #061997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061997 is #F9E668. Grayscale: #212121. Windows color (decimal): -16377449 or 9902342. OLE color: 9902342.

HSL color Cylindrical-coordinate representation of color #061997: hue angle of 232.14º 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 #061997 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB625151-
CMYK0.960.8300.41
HSL232.14º92.36%30.78%-
HSV(B)232.14º96.03%59.22%-
XYZ6.012.9729.53-
YUV33.68194.21108.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 151 (59.38% from 255) = 82.97%
R=3.30%
G=13.74%
B=82.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6251510.960.8300.41232.1492.3630.78
Hex619976053029e85c1f
Octal63122714012305135013437
Binary110110011001011111000001010011010100111101000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061997; }

 p { color: rgb(6,25,151); }

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

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

 a { background-color: rgb(6,25,151); }

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

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

 span { border-color: rgb(6,25,151); }

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