#0230AD

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

Shades of International Klein Blue #0230AD

Tints of International Klein Blue #0230AD

Color information

#0230AD (or 0x0230AD) is unknown color: approx International Klein Blue. HEX triplet: 02, 30 and AD. RGB value is (2,48,173). Sum of RGB (Red+Green+Blue) = 2+48+173=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #0230AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0230AD is #FDCF52. Grayscale: #2F2F2F. Windows color (decimal): -16633683 or 11350018. OLE color: 11350018.

HSL color Cylindrical-coordinate representation of color #0230AD: hue angle of 223.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230AD is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB248173-
CMYK0.990.7200.32
HSL223.86º97.71%34.31%-
HSV(B)223.86º98.84%67.84%-
XYZ8.625.1440.07-
YUV48.5198.2694.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 173 (67.97% from 255) = 77.58%
R=0.90%
G=21.52%
B=77.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2481730.990.7200.32223.8697.7134.31
Hex230AD6348020e06222
Octal26025514311004034014242
Binary1011000010101101110001110010000100000111000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0230AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0230AD; }

 p { color: rgb(2,48,173); }

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

<style>
 a { background-color: #0230AD; }

 a { background-color: rgb(2,48,173); }

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

<style>
 span { border-color: #0230AD; }

 span { border-color: rgb(2,48,173); }

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