Html Css Color HEX #041EA0 International Klein Blue

📋 copy color: '#041EA0'

red 4 ◦ green 30 ◦ blue 160

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

Shades of International Klein Blue #041EA0

Tints of International Klein Blue #041EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 82.47%

R = 2.06%
G = 15.46%
B = 82.47%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#041EA0 (or 0x041EA0) is known color: International Klein Blue. HEX triplet: 04, 1E and A0. RGB value is (4,30,160). Sum of RGB (Red+Green+Blue) = 4+30+160=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 160 (62.89% from 255 or 82.47% from 194); Max value from RGB is 160 - color contains mainly: blue. Hex color #041EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041EA0 is #FBE15F. Grayscale: #242424. Windows color (decimal): -16507232 or 10493444. OLE color: 10493444.

HSL color Cylindrical-coordinate representation of color #041EA0: hue angle of 230º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041EA0 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 30 160 -
CMYK 0.98 0.81 0 0.37
HSL 230º 0.95% 0.32% -
HSV(B) 230º 0.98% 0.63% -
XYZ 6.86 3.49 33.57 -
YUV 37.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 4 30 160 0.98 0.81 0 0.37 230 0.95 0.32
Hex 4 1E A0 62 51 0 25 E6 5F 20
Octal 4 36 240 142 121 0 45 346 137 40
Binary 100 11110 10100000 1100010 1010001 0 100101 11100110 1011111 100000

Color Harmonies of #041EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041EA0

Black with #041EA0

Text Example


Text Example

White with #041EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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