Html Css Color HEX #041FC0 International Klein Blue

📋 copy color: '#041FC0'

red 4 ◦ green 31 ◦ blue 192

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

Shades of International Klein Blue #041FC0

Tints of International Klein Blue #041FC0

RGB

 RED value IS 4 (1.95% from 255) = 1.76%

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

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

R = 1.76%
G = 13.66%
B = 84.58%

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

#041FC0 (or 0x041FC0) is known color: International Klein Blue. HEX triplet: 04, 1F and C0. RGB value is (4,31,192). Sum of RGB (Red+Green+Blue) = 4+31+192=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 192 (75.39% from 255 or 84.58% from 227); Max value from RGB is 192 - color contains mainly: blue. Hex color #041FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FC0 is #FBE03F. Grayscale: #282828. Windows color (decimal): -16506944 or 12590852. OLE color: 12590852.

HSL color Cylindrical-coordinate representation of color #041FC0: hue angle of 231.38º degrees, saturation: 0.96, 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 #041FC0 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 31 192 -
CMYK 0.98 0.84 0 0.25
HSL 231.38º 0.96% 0.38% -
HSV(B) 231.38º 0.98% 0.75% -
XYZ 10.05 4.81 50.27 -
YUV 41.28 213.05 101.41 -
System Red Green Blue C M Y K H S L
Decimal 4 31 192 0.98 0.84 0 0.25 231.38 0.96 0.38
Hex 4 1F C0 62 54 0 19 E7 60 26
Octal 4 37 300 142 124 0 31 347 140 46
Binary 100 11111 11000000 1100010 1010100 0 11001 11100111 1100000 100110

Color Harmonies of #041FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FC0

Black with #041FC0

Text Example


Text Example

White with #041FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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