#0235AA

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

Shades of International Klein Blue #0235AA

Tints of International Klein Blue #0235AA

Color information

#0235AA (or 0x0235AA) is unknown color: approx International Klein Blue. HEX triplet: 02, 35 and AA. RGB value is (2,53,170). Sum of RGB (Red+Green+Blue) = 2+53+170=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #0235AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0235AA is #FDCA55. Grayscale: #323232. Windows color (decimal): -16632406 or 11154690. OLE color: 11154690.

HSL color Cylindrical-coordinate representation of color #0235AA: hue angle of 221.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0235AA is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB253170-
CMYK0.990.6900.33
HSL221.79º97.67%33.73%-
HSV(B)221.79º98.82%66.67%-
XYZ8.555.4638.63-
YUV51.09195.192.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 170 (66.80% from 255) = 75.56%
R=0.89%
G=23.56%
B=75.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2531700.990.6900.33221.7997.6733.73
Hex235AA6345021de6222
Octal26525214310504133614242
Binary1011010110101010110001110001010100001110111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0235AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0235AA; }

 p { color: rgb(2,53,170); }

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

<style>
 a { background-color: #0235AA; }

 a { background-color: rgb(2,53,170); }

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

<style>
 span { border-color: #0235AA; }

 span { border-color: rgb(2,53,170); }

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