#031AA5

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

Shades of International Klein Blue #031AA5

Tints of International Klein Blue #031AA5

Color information

#031AA5 (or 0x031AA5) is unknown color: approx International Klein Blue. HEX triplet: 03, 1A and A5. RGB value is (3,26,165). Sum of RGB (Red+Green+Blue) = 3+26+165=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 165 (64.84% from 255 or 85.05% from 194); Max value from RGB is 165 - color contains mainly: blue. Hex color #031AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031AA5 is #FCE55A. Grayscale: #222222. Windows color (decimal): -16573787 or 10820099. OLE color: 10820099.

HSL color Cylindrical-coordinate representation of color #031AA5: hue angle of 231.48º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031AA5 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB326165-
CMYK0.980.8400.35
HSL231.48º96.43%32.94%-
HSV(B)231.48º98.18%64.71%-
XYZ7.23.4735.89-
YUV34.97201.38105.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 165 (64.84% from 255) = 85.05%
R=1.55%
G=13.40%
B=85.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3261650.980.8400.35231.4896.4332.94
Hex31AA56254023e76021
Octal33224514212404334714041
Binary111101010100101110001010101000100011111001111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031AA5; }

 p { color: rgb(3,26,165); }

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

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

 a { background-color: rgb(3,26,165); }

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

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

 span { border-color: rgb(3,26,165); }

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