Html Css Color HEX #041DAC International Klein Blue

📋 copy color: '#041DAC'

red 4 ◦ green 29 ◦ blue 172

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

Shades of International Klein Blue #041DAC

Tints of International Klein Blue #041DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.15%

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

R = 1.95%
G = 14.15%
B = 83.9%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#041DAC (or 0x041DAC) is known color: International Klein Blue. HEX triplet: 04, 1D and AC. RGB value is (4,29,172). Sum of RGB (Red+Green+Blue) = 4+29+172=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #041DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041DAC is #FBE253. Grayscale: #252525. Windows color (decimal): -16507476 or 11279620. OLE color: 11279620.

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

Color convert

RGB 4 29 172 -
CMYK 0.98 0.83 0 0.33
HSL 231.07º 0.95% 0.35% -
HSV(B) 231.07º 0.98% 0.67% -
XYZ 7.94 3.88 39.36 -
YUV 37.83 203.72 103.87 -
System Red Green Blue C M Y K H S L
Decimal 4 29 172 0.98 0.83 0 0.33 231.07 0.95 0.35
Hex 4 1D AC 62 53 0 21 E7 5F 23
Octal 4 35 254 142 123 0 41 347 137 43
Binary 100 11101 10101100 1100010 1010011 0 100001 11100111 1011111 100011

Color Harmonies of #041DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041DAC

Black with #041DAC

Text Example


Text Example

White with #041DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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