#0732BC

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

Shades of International Klein Blue #0732BC

Tints of International Klein Blue #0732BC

Color information

#0732BC (or 0x0732BC) is unknown color: approx International Klein Blue. HEX triplet: 07, 32 and BC. RGB value is (7,50,188). Sum of RGB (Red+Green+Blue) = 7+50+188=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #0732BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0732BC is #F8CD43. Grayscale: #343434. Windows color (decimal): -16305476 or 12333575. OLE color: 12333575.

HSL color Cylindrical-coordinate representation of color #0732BC: hue angle of 225.75º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0732BC is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB750188-
CMYK0.960.7300.26
HSL225.75º92.82%38.24%-
HSV(B)225.75º96.28%73.73%-
XYZ10.315.9648.18-
YUV52.88204.2595.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.86%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 188 (73.83% from 255) = 76.73%
R=2.86%
G=20.41%
B=76.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7501880.960.7300.26225.7592.8238.24
Hex732BC604901Ae25d26
Octal76227414011103234213546
Binary1111100101011110011000001001001011010111000101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0732BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0732BC; }

 p { color: rgb(7,50,188); }

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

<style>
 a { background-color: #0732BC; }

 a { background-color: rgb(7,50,188); }

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

<style>
 span { border-color: #0732BC; }

 span { border-color: rgb(7,50,188); }

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