#002FBA

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

Shades of International Klein Blue #002FBA

Tints of International Klein Blue #002FBA

Color information

#002FBA (or 0x002FBA) is unknown color: approx International Klein Blue. HEX triplet: 00, 2F and BA. RGB value is (0,47,186). Sum of RGB (Red+Green+Blue) = 0+47+186=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #002FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FBA is #FFD045. Grayscale: #303030. Windows color (decimal): -16764998 or 12201728. OLE color: 12201728.

HSL color Cylindrical-coordinate representation of color #002FBA: hue angle of 224.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FBA is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB047186-
CMYK10.7500.27
HSL224.84º100%36.47%-
HSV(B)224.84º100%72.94%-
XYZ9.885.5847.01-
YUV48.79205.4393.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 186 (73.05% from 255) = 79.83%
R=0%
G=20.17%
B=79.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal04718610.7500.27224.8410036.47
Hex02FBA644B01Be16424
Octal05727214411303334114444
Binary01011111011101011001001001011011011111000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002FBA; }

 p { color: rgb(0,47,186); }

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

<style>
 a { background-color: #002FBA; }

 a { background-color: rgb(0,47,186); }

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

<style>
 span { border-color: #002FBA; }

 span { border-color: rgb(0,47,186); }

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