Html Css Color HEX #0731BC International Klein Blue

📋 copy color: '#0731BC'

red 7 ◦ green 49 ◦ blue 188

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

Shades of International Klein Blue #0731BC

Tints of International Klein Blue #0731BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.05%

R = 2.87%
G = 20.08%
B = 77.05%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0731BC (or 0x0731BC) is known color: International Klein Blue. HEX triplet: 07, 31 and BC. RGB value is (7,49,188). Sum of RGB (Red+Green+Blue) = 7+49+188=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #0731BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0731BC is #F8CE43. Grayscale: #333333. Windows color (decimal): -16305732 or 12333319. OLE color: 12333319.

HSL color Cylindrical-coordinate representation of color #0731BC: hue angle of 226.08º 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 #0731BC is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 49 188 -
CMYK 0.96 0.74 0 0.26
HSL 226.08º 0.93% 0.38% -
HSV(B) 226.08º 0.96% 0.74% -
XYZ 10.26 5.87 48.17 -
YUV 52.29 204.59 95.7 -
System Red Green Blue C M Y K H S L
Decimal 7 49 188 0.96 0.74 0 0.26 226.08 0.93 0.38
Hex 7 31 BC 60 4A 0 1A E2 5D 26
Octal 7 61 274 140 112 0 32 342 135 46
Binary 111 110001 10111100 1100000 1001010 0 11010 11100010 1011101 100110

Color Harmonies of #0731BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0731BC

Black with #0731BC

Text Example


Text Example

White with #0731BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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