#01279C

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

Shades of International Klein Blue #01279C

Tints of International Klein Blue #01279C

Color information

#01279C (or 0x01279C) is unknown color: approx International Klein Blue. HEX triplet: 01, 27 and 9C. RGB value is (1,39,156). Sum of RGB (Red+Green+Blue) = 1+39+156=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #01279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01279C is #FED863. Grayscale: #282828. Windows color (decimal): -16701540 or 10233601. OLE color: 10233601.

HSL color Cylindrical-coordinate representation of color #01279C: hue angle of 225.29º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01279C is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139156-
CMYK0.990.7500.39
HSL225.29º98.73%30.78%-
HSV(B)225.29º99.36%61.18%-
XYZ6.743.8631.84-
YUV40.98192.9199.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 156 (61.33% from 255) = 79.59%
R=0.51%
G=19.90%
B=79.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391560.990.7500.39225.2998.7330.78
Hex1279C634B027e1631f
Octal14723414311304734114337
Binary11001111001110011000111001011010011111100001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01279C; }

 p { color: rgb(1,39,156); }

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

<style>
 a { background-color: #01279C; }

 a { background-color: rgb(1,39,156); }

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

<style>
 span { border-color: #01279C; }

 span { border-color: rgb(1,39,156); }

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