#0830AB

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

Shades of International Klein Blue #0830AB

Tints of International Klein Blue #0830AB

Color information

#0830AB (or 0x0830AB) is unknown color: approx International Klein Blue. HEX triplet: 08, 30 and AB. RGB value is (8,48,171). Sum of RGB (Red+Green+Blue) = 8+48+171=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #0830AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0830AB is #F7CF54. Grayscale: #313131. Windows color (decimal): -16240469 or 11218952. OLE color: 11218952.

HSL color Cylindrical-coordinate representation of color #0830AB: hue angle of 225.28º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0830AB is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB848171-
CMYK0.950.7200.33
HSL225.28º91.06%35.1%-
HSV(B)225.28º95.32%67.06%-
XYZ8.515.1139.07-
YUV50.06196.2598-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 171 (67.19% from 255) = 75.33%
R=3.52%
G=21.15%
B=75.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8481710.950.7200.33225.2891.0635.1
Hex830AB5F48021e15b23
Octal106025313711004134113343
Binary100011000010101011101111110010000100001111000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0830AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0830AB; }

 p { color: rgb(8,48,171); }

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

<style>
 a { background-color: #0830AB; }

 a { background-color: rgb(8,48,171); }

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

<style>
 span { border-color: #0830AB; }

 span { border-color: rgb(8,48,171); }

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