#0319A3

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

Shades of International Klein Blue #0319A3

Tints of International Klein Blue #0319A3

Color information

#0319A3 (or 0x0319A3) is unknown color: approx International Klein Blue. HEX triplet: 03, 19 and A3. RGB value is (3,25,163). Sum of RGB (Red+Green+Blue) = 3+25+163=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 163 (64.06% from 255 or 85.34% from 191); Max value from RGB is 163 - color contains mainly: blue. Hex color #0319A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0319A3 is #FCE65C. Grayscale: #212121. Windows color (decimal): -16574045 or 10688771. OLE color: 10688771.

HSL color Cylindrical-coordinate representation of color #0319A3: hue angle of 231.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0319A3 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB325163-
CMYK0.980.8500.36
HSL231.75º96.39%32.55%-
HSV(B)231.75º98.16%63.92%-
XYZ73.3634.93-
YUV34.15200.71105.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 163 (64.06% from 255) = 85.34%
R=1.57%
G=13.09%
B=85.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3251630.980.8500.36231.7596.3932.55
Hex319A36255024e86021
Octal33124314212504435014041
Binary111100110100011110001010101010100100111010001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0319A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0319A3; }

 p { color: rgb(3,25,163); }

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

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

 a { background-color: rgb(3,25,163); }

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

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

 span { border-color: rgb(3,25,163); }

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