Html Css Color HEX #031FC1 International Klein Blue

📋 copy color: '#031FC1'

red 3 ◦ green 31 ◦ blue 193

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

Shades of International Klein Blue #031FC1

Tints of International Klein Blue #031FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 85.02%

R = 1.32%
G = 13.66%
B = 85.02%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#031FC1 (or 0x031FC1) is known color: International Klein Blue. HEX triplet: 03, 1F and C1. RGB value is (3,31,193). Sum of RGB (Red+Green+Blue) = 3+31+193=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 193 (75.78% from 255 or 85.02% from 227); Max value from RGB is 193 - color contains mainly: blue. Hex color #031FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FC1 is #FCE03E. Grayscale: #282828. Windows color (decimal): -16572479 or 12656387. OLE color: 12656387.

HSL color Cylindrical-coordinate representation of color #031FC1: hue angle of 231.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031FC1 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 31 193 -
CMYK 0.98 0.84 0 0.24
HSL 231.16º 0.97% 0.38% -
HSV(B) 231.16º 0.98% 0.76% -
XYZ 10.15 4.85 50.85 -
YUV 41.1 213.72 100.83 -
System Red Green Blue C M Y K H S L
Decimal 3 31 193 0.98 0.84 0 0.24 231.16 0.97 0.38
Hex 3 1F C1 62 54 0 18 E7 61 26
Octal 3 37 301 142 124 0 30 347 141 46
Binary 11 11111 11000001 1100010 1010100 0 11000 11100111 1100001 100110

Color Harmonies of #031FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FC1

Black with #031FC1

Text Example


Text Example

White with #031FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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