Html Css Color HEX #031FA7 International Klein Blue

📋 copy color: '#031FA7'

red 3 ◦ green 31 ◦ blue 167

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

Shades of International Klein Blue #031FA7

Tints of International Klein Blue #031FA7

RGB

 RED value IS 3 (1.56% from 255) = 1.49%

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

 BLUE value IS 167 (65.63% from 255) = 83.08%

R = 1.49%
G = 15.42%
B = 83.08%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#031FA7 (or 0x031FA7) is known color: International Klein Blue. HEX triplet: 03, 1F and A7. RGB value is (3,31,167). Sum of RGB (Red+Green+Blue) = 3+31+167=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 167 (65.62% from 255 or 83.08% from 201); Max value from RGB is 167 - color contains mainly: blue. Hex color #031FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031FA7 is #FCE058. Grayscale: #252525. Windows color (decimal): -16572505 or 10952451. OLE color: 10952451.

HSL color Cylindrical-coordinate representation of color #031FA7: hue angle of 229.76º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031FA7 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 31 167 -
CMYK 0.98 0.81 0 0.35
HSL 229.76º 0.96% 0.33% -
HSV(B) 229.76º 0.98% 0.65% -
XYZ 7.5 3.79 36.9 -
YUV 38.13 200.72 102.94 -
System Red Green Blue C M Y K H S L
Decimal 3 31 167 0.98 0.81 0 0.35 229.76 0.96 0.33
Hex 3 1F A7 62 51 0 23 E6 60 21
Octal 3 37 247 142 121 0 43 346 140 41
Binary 11 11111 10100111 1100010 1010001 0 100011 11100110 1100000 100001

Color Harmonies of #031FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FA7

Black with #031FA7

Text Example


Text Example

White with #031FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031FA7; }

 p { color: rgb(3,31,167); }

 H1.HeaderClassName
 {
   color: #031FA7;
 }
 .AnyTagClassName
 {
   color: #031FA7;
 }
</style>

background-color css

<style>
 a { background-color: #031FA7; }

 a { background-color: rgb(3,31,167); }

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

border-color css

<style>
 span { border-color: #031FA7; }

 span { border-color: rgb(3,31,167); }

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