Html Css Color HEX #041FA6 International Klein Blue

📋 copy color: '#041FA6'

red 4 ◦ green 31 ◦ blue 166

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

Shades of International Klein Blue #041FA6

Tints of International Klein Blue #041FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.42%

 BLUE value IS 166 (65.23% from 255) = 82.59%

R = 1.99%
G = 15.42%
B = 82.59%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#041FA6 (or 0x041FA6) is known color: International Klein Blue. HEX triplet: 04, 1F and A6. RGB value is (4,31,166). Sum of RGB (Red+Green+Blue) = 4+31+166=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 166 (65.23% from 255 or 82.59% from 201); Max value from RGB is 166 - color contains mainly: blue. Hex color #041FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041FA6 is #FBE059. Grayscale: #252525. Windows color (decimal): -16506970 or 10886916. OLE color: 10886916.

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

Color convert

RGB 4 31 166 -
CMYK 0.98 0.81 0 0.35
HSL 230º 0.95% 0.33% -
HSV(B) 230º 0.98% 0.65% -
XYZ 7.42 3.76 36.41 -
YUV 38.32 200.05 103.52 -
System Red Green Blue C M Y K H S L
Decimal 4 31 166 0.98 0.81 0 0.35 230 0.95 0.33
Hex 4 1F A6 62 51 0 23 E6 5F 21
Octal 4 37 246 142 121 0 43 346 137 41
Binary 100 11111 10100110 1100010 1010001 0 100011 11100110 1011111 100001

Color Harmonies of #041FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FA6

Black with #041FA6

Text Example


Text Example

White with #041FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,31,166); }

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

background-color css

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

 a { background-color: rgb(4,31,166); }

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

border-color css

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

 span { border-color: rgb(4,31,166); }

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