Html Css Color HEX #0732AC International Klein Blue

📋 copy color: '#0732AC'

red 7 ◦ green 50 ◦ blue 172

#0732AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0732AC

Tints of International Klein Blue #0732AC

RGB

 RED value IS 7 (3.13% from 255) = 3.06%

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 172 (67.58% from 255) = 75.11%

R = 3.06%
G = 21.83%
B = 75.11%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0732AC (or 0x0732AC) is known color: International Klein Blue. HEX triplet: 07, 32 and AC. RGB value is (7,50,172). Sum of RGB (Red+Green+Blue) = 7+50+172=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #0732AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0732AC is #F8CD53. Grayscale: #323232. Windows color (decimal): -16305492 or 11284999. OLE color: 11284999.

HSL color Cylindrical-coordinate representation of color #0732AC: hue angle of 224.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0732AC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 50 172 -
CMYK 0.96 0.71 0 0.33
HSL 224.36º 0.92% 0.35% -
HSV(B) 224.36º 0.96% 0.67% -
XYZ 8.67 5.3 39.6 -
YUV 51.05 196.25 96.58 -
System Red Green Blue C M Y K H S L
Decimal 7 50 172 0.96 0.71 0 0.33 224.36 0.92 0.35
Hex 7 32 AC 60 47 0 21 E0 5C 23
Octal 7 62 254 140 107 0 41 340 134 43
Binary 111 110010 10101100 1100000 1000111 0 100001 11100000 1011100 100011

Color Harmonies of #0732AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0732AC

Black with #0732AC

Text Example


Text Example

White with #0732AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0732AC;
 }
 .AnyTagClassName
 {
   color: #0732AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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