Html Css Color HEX #071ABA International Klein Blue

📋 copy color: '#071ABA'

red 7 ◦ green 26 ◦ blue 186

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

Shades of International Klein Blue #071ABA

Tints of International Klein Blue #071ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 84.93%

R = 3.2%
G = 11.87%
B = 84.93%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#071ABA (or 0x071ABA) is known color: International Klein Blue. HEX triplet: 07, 1A and BA. RGB value is (7,26,186). Sum of RGB (Red+Green+Blue) = 7+26+186=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 186 (73.05% from 255 or 84.93% from 219); Max value from RGB is 186 - color contains mainly: blue. Hex color #071ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ABA is #F8E545. Grayscale: #252525. Windows color (decimal): -16311622 or 12196359. OLE color: 12196359.

HSL color Cylindrical-coordinate representation of color #071ABA: hue angle of 233.63º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071ABA is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 26 186 -
CMYK 0.96 0.86 0 0.27
HSL 233.63º 0.93% 0.38% -
HSV(B) 233.63º 0.96% 0.73% -
XYZ 9.32 4.33 46.8 -
YUV 38.56 211.21 105.49 -
System Red Green Blue C M Y K H S L
Decimal 7 26 186 0.96 0.86 0 0.27 233.63 0.93 0.38
Hex 7 1A BA 60 56 0 1B EA 5D 26
Octal 7 32 272 140 126 0 33 352 135 46
Binary 111 11010 10111010 1100000 1010110 0 11011 11101010 1011101 100110

Color Harmonies of #071ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071ABA

Black with #071ABA

Text Example


Text Example

White with #071ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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