#002dba

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

Shades of International Klein Blue #002DBA

Tints of International Klein Blue #002DBA

Color information

#002DBA (or 0x002DBA) is unknown color: approx International Klein Blue. HEX triplet: 00, 2D and BA. RGB value is (0,45,186). Sum of RGB (Red+Green+Blue) = 0+45+186=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #002DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DBA is #FFD245. Grayscale: #2F2F2F. Windows color (decimal): -16765510 or 12201216. OLE color: 12201216.

HSL color Cylindrical-coordinate representation of color #002DBA: hue angle of 225.48º 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 #002DBA is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB045186-
CMYK10.7600.27
HSL225.48º100%36.47%-
HSV(B)225.48º100%72.94%-
XYZ9.85.4246.98-
YUV47.62206.0994.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 186 (73.05% from 255) = 80.52%
R=0%
G=19.48%
B=80.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal04518610.7600.27225.4810036.47
Hex02DBA644C01Be16424
Octal05527214411403334114444
Binary01011011011101011001001001100011011111000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002dba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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