#0318AE

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

Shades of International Klein Blue #0318AE

Tints of International Klein Blue #0318AE

Color information

#0318AE (or 0x0318AE) is unknown color: approx International Klein Blue. HEX triplet: 03, 18 and AE. RGB value is (3,24,174). Sum of RGB (Red+Green+Blue) = 3+24+174=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #0318AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0318AE is #FCE751. Grayscale: #222222. Windows color (decimal): -16574290 or 11409411. OLE color: 11409411.

HSL color Cylindrical-coordinate representation of color #0318AE: hue angle of 232.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0318AE is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB324174-
CMYK0.980.8600.32
HSL232.63º96.61%34.71%-
HSV(B)232.63º98.28%68.24%-
XYZ83.7340.34-
YUV34.82206.54105.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 174 (68.36% from 255) = 86.57%
R=1.49%
G=11.94%
B=86.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3241740.980.8600.32232.6396.6134.71
Hex318AE6256020e96123
Octal33025614212604035114143
Binary111100010101110110001010101100100000111010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0318AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0318AE; }

 p { color: rgb(3,24,174); }

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

<style>
 a { background-color: #0318AE; }

 a { background-color: rgb(3,24,174); }

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

<style>
 span { border-color: #0318AE; }

 span { border-color: rgb(3,24,174); }

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