#041B8F

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

Shades of Ultramarine #041B8F

Tints of Ultramarine #041B8F

Color information

#041B8F (or 0x041B8F) is unknown color: approx Ultramarine. HEX triplet: 04, 1B and 8F. RGB value is (4,27,143). Sum of RGB (Red+Green+Blue) = 4+27+143=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #041B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041B8F is #FBE470. Grayscale: #202020. Windows color (decimal): -16508017 or 9378564. OLE color: 9378564.

HSL color Cylindrical-coordinate representation of color #041B8F: hue angle of 230.07º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041B8F is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB427143-
CMYK0.970.8100.44
HSL230.07º94.56%28.82%-
HSV(B)230.07º97.2%56.08%-
XYZ5.42.7926.24-
YUV33.35189.88107.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 143 (56.25% from 255) = 82.18%
R=2.30%
G=15.52%
B=82.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4271430.970.8100.44230.0794.5628.82
Hex41B8F615102Ce65f1d
Octal43321714112105434613735
Binary100110111000111111000011010001010110011100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041B8F; }

 p { color: rgb(4,27,143); }

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

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

 a { background-color: rgb(4,27,143); }

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

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

 span { border-color: rgb(4,27,143); }

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