#041fb2

Color #041FB2 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #041FB2

Tints of International Klein Blue #041FB2

Color information

#041FB2 (or 0x041FB2) is unknown color: approx International Klein Blue. HEX triplet: 04, 1F and B2. RGB value is (4,31,178). Sum of RGB (Red+Green+Blue) = 4+31+178=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 178 (69.92% from 255 or 83.57% from 213); Max value from RGB is 178 - color contains mainly: blue. Hex color #041FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041FB2 is #FBE04D. Grayscale: #272727. Windows color (decimal): -16506958 or 11673348. OLE color: 11673348.

HSL color Cylindrical-coordinate representation of color #041FB2: hue angle of 230.69º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041FB2 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB431178-
CMYK0.980.8300.30
HSL230.69º95.6%35.69%-
HSV(B)230.69º97.75%69.8%-
XYZ8.584.2242.48-
YUV39.68206.05102.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 31 (12.5% from 255) = 14.55%
BLUE value IS 178 (69.92% from 255) = 83.57%
R=1.88%
G=14.55%
B=83.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4311780.980.8300.30230.6995.635.69
Hex41FB2625301Ee76024
Octal43726214212303634714044
Binary100111111011001011000101010011011110111001111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,31,178); }

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

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

 a { background-color: rgb(4,31,178); }

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

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

 span { border-color: rgb(4,31,178); }

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