Html Css Color HEX #071FBC International Klein Blue

📋 copy color: '#071FBC'

red 7 ◦ green 31 ◦ blue 188

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

Shades of International Klein Blue #071FBC

Tints of International Klein Blue #071FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.72%

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

R = 3.1%
G = 13.72%
B = 83.19%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#071FBC (or 0x071FBC) is known color: International Klein Blue. HEX triplet: 07, 1F and BC. RGB value is (7,31,188). Sum of RGB (Red+Green+Blue) = 7+31+188=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #071FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FBC is #F8E043. Grayscale: #292929. Windows color (decimal): -16310340 or 12328711. OLE color: 12328711.

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

Color convert

RGB 7 31 188 -
CMYK 0.96 0.84 0 0.26
HSL 232.04º 0.93% 0.38% -
HSV(B) 232.04º 0.96% 0.74% -
XYZ 9.65 4.66 47.97 -
YUV 41.72 210.55 103.23 -
System Red Green Blue C M Y K H S L
Decimal 7 31 188 0.96 0.84 0 0.26 232.04 0.93 0.38
Hex 7 1F BC 60 54 0 1A E8 5D 26
Octal 7 37 274 140 124 0 32 350 135 46
Binary 111 11111 10111100 1100000 1010100 0 11010 11101000 1011101 100110

Color Harmonies of #071FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071FBC

Black with #071FBC

Text Example


Text Example

White with #071FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071FBC; }

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

 H1.HeaderClassName
 {
   color: #071FBC;
 }
 .AnyTagClassName
 {
   color: #071FBC;
 }
</style>

background-color css

<style>
 a { background-color: #071FBC; }

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

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

border-color css

<style>
 span { border-color: #071FBC; }

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

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