Html Css Color HEX #0732BC International Klein Blue

📋 copy color: '#0732BC'

red 7 ◦ green 50 ◦ blue 188

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

Shades of International Klein Blue #0732BC

Tints of International Klein Blue #0732BC

RGB

 RED value IS 7 (3.13% 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 value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0732BC (or 0x0732BC) is known color: 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

RGB 7 50 188 -
CMYK 0.96 0.73 0 0.26
HSL 225.75º 0.93% 0.38% -
HSV(B) 225.75º 0.96% 0.74% -
XYZ 10.31 5.96 48.18 -
YUV 52.88 204.25 95.28 -
System Red Green Blue C M Y K H S L
Decimal 7 50 188 0.96 0.73 0 0.26 225.75 0.93 0.38
Hex 7 32 BC 60 49 0 1A E2 5D 26
Octal 7 62 274 140 111 0 32 342 135 46
Binary 111 110010 10111100 1100000 1001001 0 11010 11100010 1011101 100110

Color Harmonies of #0732BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0732BC

Black with #0732BC

Text Example


Text Example

White with #0732BC

Text Example


Text Example

HTML Codes & Css Web 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>