#0238A7

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

Shades of International Klein Blue #0238A7

Tints of International Klein Blue #0238A7

Color information

#0238A7 (or 0x0238A7) is unknown color: approx International Klein Blue. HEX triplet: 02, 38 and A7. RGB value is (2,56,167). Sum of RGB (Red+Green+Blue) = 2+56+167=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 167 (65.62% from 255 or 74.22% from 225); Max value from RGB is 167 - color contains mainly: blue. Hex color #0238A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0238A7 is #FDC758. Grayscale: #343434. Windows color (decimal): -16631641 or 10958850. OLE color: 10958850.

HSL color Cylindrical-coordinate representation of color #0238A7: hue angle of 220.36º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238A7 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB256167-
CMYK0.990.6600.35
HSL220.36º97.63%33.14%-
HSV(B)220.36º98.8%65.49%-
XYZ8.415.6337.2-
YUV52.51192.6191.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 167 (65.62% from 255) = 74.22%
R=0.89%
G=24.89%
B=74.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2561670.990.6600.35220.3697.6333.14
Hex238A76342023dc6221
Octal27024714310204333414241
Binary1011100010100111110001110000100100011110111001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0238A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0238A7; }

 p { color: rgb(2,56,167); }

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

<style>
 a { background-color: #0238A7; }

 a { background-color: rgb(2,56,167); }

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

<style>
 span { border-color: #0238A7; }

 span { border-color: rgb(2,56,167); }

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