#0026CA

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

Shades of International Klein Blue #0026CA

Tints of International Klein Blue #0026CA

Color information

#0026CA (or 0x0026CA) is unknown color: approx International Klein Blue. HEX triplet: 00, 26 and CA. RGB value is (0,38,202). Sum of RGB (Red+Green+Blue) = 0+38+202=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 202 (79.30% from 255 or 84.17% from 240); Max value from RGB is 202 - color contains mainly: blue. Hex color #0026CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0026CA is #FFD935. Grayscale: #2C2C2C. Windows color (decimal): -16767286 or 13248000. OLE color: 13248000.

HSL color Cylindrical-coordinate representation of color #0026CA: hue angle of 228.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0026CA is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB038202-
CMYK10.8100.21
HSL228.71º100%39.61%-
HSV(B)228.71º100%79.22%-
XYZ11.355.6556.37-
YUV45.33216.4195.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 202 (79.30% from 255) = 84.17%
R=0%
G=15.83%
B=84.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal03820210.8100.21228.7110039.61
Hex026CA6451015e56428
Octal04631214412102534514450
Binary01001101100101011001001010001010101111001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0026CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0026CA; }

 p { color: rgb(0,38,202); }

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

<style>
 a { background-color: #0026CA; }

 a { background-color: rgb(0,38,202); }

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

<style>
 span { border-color: #0026CA; }

 span { border-color: rgb(0,38,202); }

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