#0319AA

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

Shades of International Klein Blue #0319AA

Tints of International Klein Blue #0319AA

Color information

#0319AA (or 0x0319AA) is unknown color: approx International Klein Blue. HEX triplet: 03, 19 and AA. RGB value is (3,25,170). Sum of RGB (Red+Green+Blue) = 3+25+170=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #0319AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0319AA is #FCE655. Grayscale: #222222. Windows color (decimal): -16574038 or 11147523. OLE color: 11147523.

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

Color convert

RGB325170-
CMYK0.980.8500.33
HSL232.1º96.53%33.92%-
HSV(B)232.1º98.24%66.67%-
XYZ7.643.6238.33-
YUV34.95204.21105.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 170 (66.80% from 255) = 85.86%
R=1.52%
G=12.63%
B=85.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3251700.980.8500.33232.196.5333.92
Hex319AA6255021e86122
Octal33125214212504135014142
Binary111100110101010110001010101010100001111010001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0319AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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