Html Css Color HEX #071B9C International Klein Blue

📋 copy color: '#071B9C'

red 7 ◦ green 27 ◦ blue 156

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

Shades of International Klein Blue #071B9C

Tints of International Klein Blue #071B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.21%

 BLUE value IS 156 (61.33% from 255) = 82.11%

R = 3.68%
G = 14.21%
B = 82.11%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#071B9C (or 0x071B9C) is known color: International Klein Blue. HEX triplet: 07, 1B and 9C. RGB value is (7,27,156). Sum of RGB (Red+Green+Blue) = 7+27+156=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #071B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071B9C is #F8E463. Grayscale: #232323. Windows color (decimal): -16311396 or 10230535. OLE color: 10230535.

HSL color Cylindrical-coordinate representation of color #071B9C: hue angle of 231.95º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071B9C is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 27 156 -
CMYK 0.96 0.83 0 0.39
HSL 231.95º 0.91% 0.32% -
HSV(B) 231.95º 0.96% 0.61% -
XYZ 6.48 3.23 31.73 -
YUV 35.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 7 27 156 0.96 0.83 0 0.39 231.95 0.91 0.32
Hex 7 1B 9C 60 53 0 27 E8 5B 20
Octal 7 33 234 140 123 0 47 350 133 40
Binary 111 11011 10011100 1100000 1010011 0 100111 11101000 1011011 100000

Color Harmonies of #071B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B9C

Black with #071B9C

Text Example


Text Example

White with #071B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,27,156); }

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

background-color css

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

 a { background-color: rgb(7,27,156); }

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

border-color css

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

 span { border-color: rgb(7,27,156); }

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