Html Css Color HEX #071FBA International Klein Blue

📋 copy color: '#071FBA'

red 7 ◦ green 31 ◦ blue 186

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

Shades of International Klein Blue #071FBA

Tints of International Klein Blue #071FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.84%

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

R = 3.13%
G = 13.84%
B = 83.04%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#071FBA (or 0x071FBA) is known color: International Klein Blue. HEX triplet: 07, 1F and BA. RGB value is (7,31,186). Sum of RGB (Red+Green+Blue) = 7+31+186=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #071FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FBA is #F8E045. Grayscale: #282828. Windows color (decimal): -16310342 or 12197639. OLE color: 12197639.

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

Color convert

RGB 7 31 186 -
CMYK 0.96 0.83 0 0.27
HSL 231.96º 0.93% 0.38% -
HSV(B) 231.96º 0.96% 0.73% -
XYZ 9.44 4.57 46.84 -
YUV 41.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 7 31 186 0.96 0.83 0 0.27 231.96 0.93 0.38
Hex 7 1F BA 60 53 0 1B E8 5D 26
Octal 7 37 272 140 123 0 33 350 135 46
Binary 111 11111 10111010 1100000 1010011 0 11011 11101000 1011101 100110

Color Harmonies of #071FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071FBA

Black with #071FBA

Text Example


Text Example

White with #071FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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