Html Css Color HEX #071BAB International Klein Blue

📋 copy color: '#071BAB'

red 7 ◦ green 27 ◦ blue 171

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

Shades of International Klein Blue #071BAB

Tints of International Klein Blue #071BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 83.41%

R = 3.41%
G = 13.17%
B = 83.41%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#071BAB (or 0x071BAB) is known color: International Klein Blue. HEX triplet: 07, 1B and AB. RGB value is (7,27,171). Sum of RGB (Red+Green+Blue) = 7+27+171=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #071BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071BAB is #F8E454. Grayscale: #242424. Windows color (decimal): -16311381 or 11213575. OLE color: 11213575.

HSL color Cylindrical-coordinate representation of color #071BAB: hue angle of 232.68º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071BAB is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 27 171 -
CMYK 0.96 0.84 0 0.33
HSL 232.68º 0.92% 0.35% -
HSV(B) 232.68º 0.96% 0.67% -
XYZ 7.83 3.77 38.84 -
YUV 37.44 203.37 106.29 -
System Red Green Blue C M Y K H S L
Decimal 7 27 171 0.96 0.84 0 0.33 232.68 0.92 0.35
Hex 7 1B AB 60 54 0 21 E9 5C 23
Octal 7 33 253 140 124 0 41 351 134 43
Binary 111 11011 10101011 1100000 1010100 0 100001 11101001 1011100 100011

Color Harmonies of #071BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071BAB

Black with #071BAB

Text Example


Text Example

White with #071BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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