Html Css Color HEX #0732B8 International Klein Blue

📋 copy color: '#0732B8'

red 7 ◦ green 50 ◦ blue 184

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

Shades of International Klein Blue #0732B8

Tints of International Klein Blue #0732B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 76.35%

R = 2.9%
G = 20.75%
B = 76.35%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0732B8 (or 0x0732B8) is known color: International Klein Blue. HEX triplet: 07, 32 and B8. RGB value is (7,50,184). Sum of RGB (Red+Green+Blue) = 7+50+184=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 184 (72.27% from 255 or 76.35% from 241); Max value from RGB is 184 - color contains mainly: blue. Hex color #0732B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0732B8 is #F8CD47. Grayscale: #333333. Windows color (decimal): -16305480 or 12071431. OLE color: 12071431.

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

Color convert

RGB 7 50 184 -
CMYK 0.96 0.73 0 0.28
HSL 225.42º 0.93% 0.37% -
HSV(B) 225.42º 0.96% 0.72% -
XYZ 9.88 5.79 45.94 -
YUV 52.42 202.25 95.6 -
System Red Green Blue C M Y K H S L
Decimal 7 50 184 0.96 0.73 0 0.28 225.42 0.93 0.37
Hex 7 32 B8 60 49 0 1C E1 5D 25
Octal 7 62 270 140 111 0 34 341 135 45
Binary 111 110010 10111000 1100000 1001001 0 11100 11100001 1011101 100101

Color Harmonies of #0732B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0732B8

Black with #0732B8

Text Example


Text Example

White with #0732B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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