#05239A

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

Shades of International Klein Blue #05239A

Tints of International Klein Blue #05239A

Color information

#05239A (or 0x05239A) is unknown color: approx International Klein Blue. HEX triplet: 05, 23 and 9A. RGB value is (5,35,154). Sum of RGB (Red+Green+Blue) = 5+35+154=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 154 (60.55% from 255 or 79.38% from 194); Max value from RGB is 154 - color contains mainly: blue. Hex color #05239A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05239A is #FADC65. Grayscale: #272727. Windows color (decimal): -16440422 or 10101509. OLE color: 10101509.

HSL color Cylindrical-coordinate representation of color #05239A: hue angle of 227.92º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05239A is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB535154-
CMYK0.970.7700.40
HSL227.92º93.71%31.18%-
HSV(B)227.92º96.75%60.39%-
XYZ6.53.5730.92-
YUV39.6192.56103.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 154 (60.55% from 255) = 79.38%
R=2.58%
G=18.04%
B=79.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5351540.970.7700.40227.9293.7131.18
Hex5239A614D028e45e1f
Octal54323214111505034413637
Binary1011000111001101011000011001101010100011100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05239A; }

 p { color: rgb(5,35,154); }

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

<style>
 a { background-color: #05239A; }

 a { background-color: rgb(5,35,154); }

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

<style>
 span { border-color: #05239A; }

 span { border-color: rgb(5,35,154); }

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