Html Css Color HEX #041DAE International Klein Blue

📋 copy color: '#041DAE'

red 4 ◦ green 29 ◦ blue 174

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

Shades of International Klein Blue #041DAE

Tints of International Klein Blue #041DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 84.06%

R = 1.93%
G = 14.01%
B = 84.06%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#041DAE (or 0x041DAE) is known color: International Klein Blue. HEX triplet: 04, 1D and AE. RGB value is (4,29,174). Sum of RGB (Red+Green+Blue) = 4+29+174=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 174 (68.36% from 255 or 84.06% from 207); Max value from RGB is 174 - color contains mainly: blue. Hex color #041DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041DAE is #FBE251. Grayscale: #252525. Windows color (decimal): -16507474 or 11410692. OLE color: 11410692.

HSL color Cylindrical-coordinate representation of color #041DAE: hue angle of 231.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041DAE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 29 174 -
CMYK 0.98 0.83 0 0.32
HSL 231.18º 0.96% 0.35% -
HSV(B) 231.18º 0.98% 0.68% -
XYZ 8.13 3.96 40.38 -
YUV 38.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 4 29 174 0.98 0.83 0 0.32 231.18 0.96 0.35
Hex 4 1D AE 62 53 0 20 E7 60 23
Octal 4 35 256 142 123 0 40 347 140 43
Binary 100 11101 10101110 1100010 1010011 0 100000 11100111 1100000 100011

Color Harmonies of #041DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041DAE

Black with #041DAE

Text Example


Text Example

White with #041DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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