#061C8F

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

Shades of Ultramarine #061C8F

Tints of Ultramarine #061C8F

Color information

#061C8F (or 0x061C8F) is unknown color: approx Ultramarine. HEX triplet: 06, 1C and 8F. RGB value is (6,28,143). Sum of RGB (Red+Green+Blue) = 6+28+143=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #061C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061C8F is #F9E370. Grayscale: #222222. Windows color (decimal): -16376689 or 9378822. OLE color: 9378822.

HSL color Cylindrical-coordinate representation of color #061C8F: hue angle of 230.36º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061C8F is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB628143-
CMYK0.960.8000.44
HSL230.36º91.95%29.22%-
HSV(B)230.36º95.8%56.08%-
XYZ5.452.8526.25-
YUV34.53189.21107.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 28 (11.33% from 255) = 15.82%
BLUE value IS 143 (56.25% from 255) = 80.79%
R=3.39%
G=15.82%
B=80.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6281430.960.8000.44230.3691.9529.22
Hex61C8F605002Ce65c1d
Octal63421714012005434613435
Binary110111001000111111000001010000010110011100110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,28,143); }

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

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

 a { background-color: rgb(6,28,143); }

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

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

 span { border-color: rgb(6,28,143); }

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