Html Css Color HEX #041AAC International Klein Blue

📋 copy color: '#041AAC'

red 4 ◦ green 26 ◦ blue 172

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

Shades of International Klein Blue #041AAC

Tints of International Klein Blue #041AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 85.15%

R = 1.98%
G = 12.87%
B = 85.15%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#041AAC (or 0x041AAC) is known color: International Klein Blue. HEX triplet: 04, 1A and AC. RGB value is (4,26,172). Sum of RGB (Red+Green+Blue) = 4+26+172=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #041AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041AAC is #FBE553. Grayscale: #232323. Windows color (decimal): -16508244 or 11278852. OLE color: 11278852.

HSL color Cylindrical-coordinate representation of color #041AAC: hue angle of 232.14º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041AAC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 26 172 -
CMYK 0.98 0.85 0 0.33
HSL 232.14º 0.95% 0.35% -
HSV(B) 232.14º 0.98% 0.67% -
XYZ 7.87 3.74 39.34 -
YUV 36.07 204.71 105.13 -
System Red Green Blue C M Y K H S L
Decimal 4 26 172 0.98 0.85 0 0.33 232.14 0.95 0.35
Hex 4 1A AC 62 55 0 21 E8 5F 23
Octal 4 32 254 142 125 0 41 350 137 43
Binary 100 11010 10101100 1100010 1010101 0 100001 11101000 1011111 100011

Color Harmonies of #041AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041AAC

Black with #041AAC

Text Example


Text Example

White with #041AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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