Html Css Color HEX #041FC2 International Klein Blue

📋 copy color: '#041FC2'

red 4 ◦ green 31 ◦ blue 194

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

Shades of International Klein Blue #041FC2

Tints of International Klein Blue #041FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 84.72%

R = 1.75%
G = 13.54%
B = 84.72%

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

#041FC2 (or 0x041FC2) is known color: International Klein Blue. HEX triplet: 04, 1F and C2. RGB value is (4,31,194). Sum of RGB (Red+Green+Blue) = 4+31+194=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 194 (76.17% from 255 or 84.72% from 229); Max value from RGB is 194 - color contains mainly: blue. Hex color #041FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FC2 is #FBE03D. Grayscale: #282828. Windows color (decimal): -16506942 or 12721924. OLE color: 12721924.

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

Color convert

RGB 4 31 194 -
CMYK 0.98 0.84 0 0.24
HSL 231.47º 0.96% 0.39% -
HSV(B) 231.47º 0.98% 0.76% -
XYZ 10.28 4.9 51.44 -
YUV 41.51 214.05 101.25 -
System Red Green Blue C M Y K H S L
Decimal 4 31 194 0.98 0.84 0 0.24 231.47 0.96 0.39
Hex 4 1F C2 62 54 0 18 E7 60 27
Octal 4 37 302 142 124 0 30 347 140 47
Binary 100 11111 11000010 1100010 1010100 0 11000 11100111 1100000 100111

Color Harmonies of #041FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FC2

Black with #041FC2

Text Example


Text Example

White with #041FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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