Html Css Color HEX #071CBC International Klein Blue

📋 copy color: '#071CBC'

red 7 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #071CBC

Tints of International Klein Blue #071CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

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

R = 3.14%
G = 12.56%
B = 84.3%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#071CBC (or 0x071CBC) is known color: International Klein Blue. HEX triplet: 07, 1C and BC. RGB value is (7,28,188). Sum of RGB (Red+Green+Blue) = 7+28+188=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #071CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CBC is #F8E343. Grayscale: #272727. Windows color (decimal): -16311108 or 12327943. OLE color: 12327943.

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

Color convert

RGB 7 28 188 -
CMYK 0.96 0.85 0 0.26
HSL 233.04º 0.93% 0.38% -
HSV(B) 233.04º 0.96% 0.74% -
XYZ 9.58 4.51 47.94 -
YUV 39.96 211.54 104.49 -
System Red Green Blue C M Y K H S L
Decimal 7 28 188 0.96 0.85 0 0.26 233.04 0.93 0.38
Hex 7 1C BC 60 55 0 1A E9 5D 26
Octal 7 34 274 140 125 0 32 351 135 46
Binary 111 11100 10111100 1100000 1010101 0 11010 11101001 1011101 100110

Color Harmonies of #071CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071CBC

Black with #071CBC

Text Example


Text Example

White with #071CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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