Html Css Color HEX #071DBF International Klein Blue

📋 copy color: '#071DBF'

red 7 ◦ green 29 ◦ blue 191

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

Shades of International Klein Blue #071DBF

Tints of International Klein Blue #071DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.78%

 BLUE value IS 191 (75% from 255) = 84.14%

R = 3.08%
G = 12.78%
B = 84.14%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#071DBF (or 0x071DBF) is known color: International Klein Blue. HEX triplet: 07, 1D and BF. RGB value is (7,29,191). Sum of RGB (Red+Green+Blue) = 7+29+191=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 191 (75% from 255 or 84.14% from 227); Max value from RGB is 191 - color contains mainly: blue. Hex color #071DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DBF is #F8E240. Grayscale: #282828. Windows color (decimal): -16310849 or 12524807. OLE color: 12524807.

HSL color Cylindrical-coordinate representation of color #071DBF: hue angle of 232.83º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071DBF is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 29 191 -
CMYK 0.96 0.85 0 0.25
HSL 232.83º 0.93% 0.39% -
HSV(B) 232.83º 0.96% 0.75% -
XYZ 9.93 4.69 49.67 -
YUV 40.89 212.71 103.83 -
System Red Green Blue C M Y K H S L
Decimal 7 29 191 0.96 0.85 0 0.25 232.83 0.93 0.39
Hex 7 1D BF 60 55 0 19 E9 5D 27
Octal 7 35 277 140 125 0 31 351 135 47
Binary 111 11101 10111111 1100000 1010101 0 11001 11101001 1011101 100111

Color Harmonies of #071DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DBF

Black with #071DBF

Text Example


Text Example

White with #071DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,29,191); }

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

background-color css

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

 a { background-color: rgb(7,29,191); }

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

border-color css

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

 span { border-color: rgb(7,29,191); }

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