Html Css Color HEX #071AAA International Klein Blue

📋 copy color: '#071AAA'

red 7 ◦ green 26 ◦ blue 170

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

Shades of International Klein Blue #071AAA

Tints of International Klein Blue #071AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 170 (66.8% from 255) = 83.74%

R = 3.45%
G = 12.81%
B = 83.74%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#071AAA (or 0x071AAA) is known color: International Klein Blue. HEX triplet: 07, 1A and AA. RGB value is (7,26,170). Sum of RGB (Red+Green+Blue) = 7+26+170=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 170 (66.80% from 255 or 83.74% from 203); Max value from RGB is 170 - color contains mainly: blue. Hex color #071AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071AAA is #F8E555. Grayscale: #242424. Windows color (decimal): -16311638 or 11147783. OLE color: 11147783.

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

Color convert

RGB 7 26 170 -
CMYK 0.96 0.85 0 0.33
HSL 233.01º 0.92% 0.35% -
HSV(B) 233.01º 0.96% 0.67% -
XYZ 7.71 3.69 38.34 -
YUV 36.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 7 26 170 0.96 0.85 0 0.33 233.01 0.92 0.35
Hex 7 1A AA 60 55 0 21 E9 5C 23
Octal 7 32 252 140 125 0 41 351 134 43
Binary 111 11010 10101010 1100000 1010101 0 100001 11101001 1011100 100011

Color Harmonies of #071AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071AAA

Black with #071AAA

Text Example


Text Example

White with #071AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,26,170); }

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

background-color css

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

 a { background-color: rgb(7,26,170); }

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

border-color css

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

 span { border-color: rgb(7,26,170); }

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