Html Css Color HEX #041EC1 International Klein Blue

📋 copy color: '#041EC1'

red 4 ◦ green 30 ◦ blue 193

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

Shades of International Klein Blue #041EC1

Tints of International Klein Blue #041EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.22%

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

R = 1.76%
G = 13.22%
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

#041EC1 (or 0x041EC1) is known color: International Klein Blue. HEX triplet: 04, 1E and C1. RGB value is (4,30,193). Sum of RGB (Red+Green+Blue) = 4+30+193=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 30 (12.11% from 255 or 13.22% 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 #041EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041EC1 is #FBE13E. Grayscale: #282828. Windows color (decimal): -16507199 or 12656132. OLE color: 12656132.

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

Color convert

RGB 4 30 193 -
CMYK 0.98 0.84 0 0.24
HSL 231.75º 0.96% 0.39% -
HSV(B) 231.75º 0.98% 0.76% -
XYZ 10.14 4.8 50.85 -
YUV 40.81 213.89 101.75 -
System Red Green Blue C M Y K H S L
Decimal 4 30 193 0.98 0.84 0 0.24 231.75 0.96 0.39
Hex 4 1E C1 62 54 0 18 E8 60 27
Octal 4 36 301 142 124 0 30 350 140 47
Binary 100 11110 11000001 1100010 1010100 0 11000 11101000 1100000 100111

Color Harmonies of #041EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041EC1

Black with #041EC1

Text Example


Text Example

White with #041EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,30,193); }

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

background-color css

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

 a { background-color: rgb(4,30,193); }

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

border-color css

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

 span { border-color: rgb(4,30,193); }

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