Html Css Color HEX #0731BB International Klein Blue

📋 copy color: '#0731BB'

red 7 ◦ green 49 ◦ blue 187

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

Shades of International Klein Blue #0731BB

Tints of International Klein Blue #0731BB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

 BLUE value IS 187 (73.44% from 255) = 76.95%

R = 2.88%
G = 20.16%
B = 76.95%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0731BB (or 0x0731BB) is known color: International Klein Blue. HEX triplet: 07, 31 and BB. RGB value is (7,49,187). Sum of RGB (Red+Green+Blue) = 7+49+187=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #0731BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0731BB is #F8CE44. Grayscale: #333333. Windows color (decimal): -16305733 or 12267783. OLE color: 12267783.

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

Color convert

RGB 7 49 187 -
CMYK 0.96 0.74 0 0.27
HSL 226º 0.93% 0.38% -
HSV(B) 226º 0.96% 0.73% -
XYZ 10.16 5.83 47.6 -
YUV 52.17 204.09 95.78 -
System Red Green Blue C M Y K H S L
Decimal 7 49 187 0.96 0.74 0 0.27 226 0.93 0.38
Hex 7 31 BB 60 4A 0 1B E2 5D 26
Octal 7 61 273 140 112 0 33 342 135 46
Binary 111 110001 10111011 1100000 1001010 0 11011 11100010 1011101 100110

Color Harmonies of #0731BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0731BB

Black with #0731BB

Text Example


Text Example

White with #0731BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0731BB; }

 p { color: rgb(7,49,187); }

 H1.HeaderClassName
 {
   color: #0731BB;
 }
 .AnyTagClassName
 {
   color: #0731BB;
 }
</style>

background-color css

<style>
 a { background-color: #0731BB; }

 a { background-color: rgb(7,49,187); }

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

border-color css

<style>
 span { border-color: #0731BB; }

 span { border-color: rgb(7,49,187); }

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