#0233B1

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

Shades of International Klein Blue #0233B1

Tints of International Klein Blue #0233B1

Color information

#0233B1 (or 0x0233B1) is unknown color: approx International Klein Blue. HEX triplet: 02, 33 and B1. RGB value is (2,51,177). Sum of RGB (Red+Green+Blue) = 2+51+177=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 177 (69.53% from 255 or 76.96% from 230); Max value from RGB is 177 - color contains mainly: blue. Hex color #0233B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0233B1 is #FDCC4E. Grayscale: #323232. Windows color (decimal): -16632911 or 11612930. OLE color: 11612930.

HSL color Cylindrical-coordinate representation of color #0233B1: hue angle of 223.2º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0233B1 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB251177-
CMYK0.990.7100.31
HSL223.2º97.77%35.1%-
HSV(B)223.2º98.87%69.41%-
XYZ9.145.5542.19-
YUV50.71199.2793.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 177 (69.53% from 255) = 76.96%
R=0.87%
G=22.17%
B=76.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2511770.990.7100.31223.297.7735.1
Hex233B1634701Fdf6223
Octal26326114310703733714243
Binary101100111011000111000111000111011111110111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0233B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0233B1; }

 p { color: rgb(2,51,177); }

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

<style>
 a { background-color: #0233B1; }

 a { background-color: rgb(2,51,177); }

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

<style>
 span { border-color: #0233B1; }

 span { border-color: rgb(2,51,177); }

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