Html Css Color HEX #041AA0 International Klein Blue

📋 copy color: '#041AA0'

red 4 ◦ green 26 ◦ blue 160

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

Shades of International Klein Blue #041AA0

Tints of International Klein Blue #041AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.68%

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

R = 2.11%
G = 13.68%
B = 84.21%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#041AA0 (or 0x041AA0) is known color: International Klein Blue. HEX triplet: 04, 1A and A0. RGB value is (4,26,160). Sum of RGB (Red+Green+Blue) = 4+26+160=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 160 (62.89% from 255 or 84.21% from 190); Max value from RGB is 160 - color contains mainly: blue. Hex color #041AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041AA0 is #FBE55F. Grayscale: #222222. Windows color (decimal): -16508256 or 10492420. OLE color: 10492420.

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

Color convert

RGB 4 26 160 -
CMYK 0.98 0.84 0 0.37
HSL 231.54º 0.95% 0.32% -
HSV(B) 231.54º 0.98% 0.63% -
XYZ 6.76 3.3 33.54 -
YUV 34.7 198.71 106.1 -
System Red Green Blue C M Y K H S L
Decimal 4 26 160 0.98 0.84 0 0.37 231.54 0.95 0.32
Hex 4 1A A0 62 54 0 25 E8 5F 20
Octal 4 32 240 142 124 0 45 350 137 40
Binary 100 11010 10100000 1100010 1010100 0 100101 11101000 1011111 100000

Color Harmonies of #041AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041AA0

Black with #041AA0

Text Example


Text Example

White with #041AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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