#0025CA

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

Shades of International Klein Blue #0025CA

Tints of International Klein Blue #0025CA

Color information

#0025CA (or 0x0025CA) is unknown color: approx International Klein Blue. HEX triplet: 00, 25 and CA. RGB value is (0,37,202). Sum of RGB (Red+Green+Blue) = 0+37+202=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 202 (79.30% from 255 or 84.52% from 239); Max value from RGB is 202 - color contains mainly: blue. Hex color #0025CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025CA is #FFDA35. Grayscale: #2C2C2C. Windows color (decimal): -16767542 or 13247744. OLE color: 13247744.

HSL color Cylindrical-coordinate representation of color #0025CA: hue angle of 229.01º 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 #0025CA is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB037202-
CMYK10.8200.21
HSL229.01º100%39.61%-
HSV(B)229.01º100%79.22%-
XYZ11.325.5956.36-
YUV44.75216.7496.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 202 (79.30% from 255) = 84.52%
R=0%
G=15.48%
B=84.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal03720210.8200.21229.0110039.61
Hex025CA6452015e56428
Octal04531214412202534514450
Binary01001011100101011001001010010010101111001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0025CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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