Html Css Color HEX #031FC0 International Klein Blue

📋 copy color: '#031FC0'

red 3 ◦ green 31 ◦ blue 192

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

Shades of International Klein Blue #031FC0

Tints of International Klein Blue #031FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 84.96%

R = 1.33%
G = 13.72%
B = 84.96%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#031FC0 (or 0x031FC0) is known color: International Klein Blue. HEX triplet: 03, 1F and C0. RGB value is (3,31,192). Sum of RGB (Red+Green+Blue) = 3+31+192=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 192 (75.39% from 255 or 84.96% from 226); Max value from RGB is 192 - color contains mainly: blue. Hex color #031FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FC0 is #FCE03F. Grayscale: #282828. Windows color (decimal): -16572480 or 12590851. OLE color: 12590851.

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

Color convert

RGB 3 31 192 -
CMYK 0.98 0.84 0 0.25
HSL 231.11º 0.97% 0.38% -
HSV(B) 231.11º 0.98% 0.75% -
XYZ 10.04 4.81 50.27 -
YUV 40.98 213.22 100.91 -
System Red Green Blue C M Y K H S L
Decimal 3 31 192 0.98 0.84 0 0.25 231.11 0.97 0.38
Hex 3 1F C0 62 54 0 19 E7 61 26
Octal 3 37 300 142 124 0 31 347 141 46
Binary 11 11111 11000000 1100010 1010100 0 11001 11100111 1100001 100110

Color Harmonies of #031FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FC0

Black with #031FC0

Text Example


Text Example

White with #031FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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