#0023BE

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

Shades of International Klein Blue #0023BE

Tints of International Klein Blue #0023BE

Color information

#0023BE (or 0x0023BE) is unknown color: approx International Klein Blue. HEX triplet: 00, 23 and BE. RGB value is (0,35,190). Sum of RGB (Red+Green+Blue) = 0+35+190=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #0023BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023BE is #FFDC41. Grayscale: #292929. Windows color (decimal): -16768066 or 12460800. OLE color: 12460800.

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

Color convert

RGB035190-
CMYK10.8200.25
HSL228.95º100%37.25%-
HSV(B)228.95º100%74.51%-
XYZ9.94.9249.14-
YUV42.2211.497.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 190 (74.61% from 255) = 84.44%
R=0%
G=15.56%
B=84.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal03519010.8200.25228.9510037.25
Hex023BE6452019e56425
Octal04327614412203134514445
Binary01000111011111011001001010010011001111001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0023BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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