#0638A4

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

Shades of International Klein Blue #0638A4

Tints of International Klein Blue #0638A4

Color information

#0638A4 (or 0x0638A4) is unknown color: approx International Klein Blue. HEX triplet: 06, 38 and A4. RGB value is (6,56,164). Sum of RGB (Red+Green+Blue) = 6+56+164=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #0638A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0638A4 is #F9C75B. Grayscale: #343434. Windows color (decimal): -16369500 or 10762246. OLE color: 10762246.

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

Color convert

RGB656164-
CMYK0.960.6600.36
HSL221.01º92.94%33.33%-
HSV(B)221.01º96.34%64.31%-
XYZ8.195.5535.76-
YUV53.36190.4494.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 164 (64.45% from 255) = 72.57%
R=2.65%
G=24.78%
B=72.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6561640.960.6600.36221.0192.9433.33
Hex638A46042024dd5d21
Octal67024414010204433513541
Binary11011100010100100110000010000100100100110111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0638A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0638A4; }

 p { color: rgb(6,56,164); }

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

<style>
 a { background-color: #0638A4; }

 a { background-color: rgb(6,56,164); }

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

<style>
 span { border-color: #0638A4; }

 span { border-color: rgb(6,56,164); }

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