#0025BE

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

Shades of International Klein Blue #0025BE

Tints of International Klein Blue #0025BE

Color information

#0025BE (or 0x0025BE) is unknown color: approx International Klein Blue. HEX triplet: 00, 25 and BE. RGB value is (0,37,190). Sum of RGB (Red+Green+Blue) = 0+37+190=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 190 (74.61% from 255 or 83.70% from 227); Max value from RGB is 190 - color contains mainly: blue. Hex color #0025BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0025BE is #FFDA41. Grayscale: #2A2A2A. Windows color (decimal): -16767554 or 12461312. OLE color: 12461312.

HSL color Cylindrical-coordinate representation of color #0025BE: hue angle of 228.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025BE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB037190-
CMYK10.8100.25
HSL228.32º100%37.25%-
HSV(B)228.32º100%74.51%-
XYZ9.965.0449.16-
YUV43.38210.7497.06-

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) = 16.30%
BLUE value IS 190 (74.61% from 255) = 83.70%
R=0%
G=16.30%
B=83.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal03719010.8100.25228.3210037.25
Hex025BE6451019e46425
Octal04527614412103134414445
Binary01001011011111011001001010001011001111001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0025BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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