Html Css Color HEX #041FA2 International Klein Blue

📋 copy color: '#041FA2'

red 4 ◦ green 31 ◦ blue 162

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

Shades of International Klein Blue #041FA2

Tints of International Klein Blue #041FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 82.23%

R = 2.03%
G = 15.74%
B = 82.23%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#041FA2 (or 0x041FA2) is known color: International Klein Blue. HEX triplet: 04, 1F and A2. RGB value is (4,31,162). Sum of RGB (Red+Green+Blue) = 4+31+162=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 162 (63.67% from 255 or 82.23% from 197); Max value from RGB is 162 - color contains mainly: blue. Hex color #041FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041FA2 is #FBE05D. Grayscale: #252525. Windows color (decimal): -16506974 or 10624772. OLE color: 10624772.

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

Color convert

RGB 4 31 162 -
CMYK 0.98 0.81 0 0.36
HSL 229.75º 0.95% 0.33% -
HSV(B) 229.75º 0.98% 0.64% -
XYZ 7.06 3.61 34.51 -
YUV 37.86 198.05 103.85 -
System Red Green Blue C M Y K H S L
Decimal 4 31 162 0.98 0.81 0 0.36 229.75 0.95 0.33
Hex 4 1F A2 62 51 0 24 E6 5F 21
Octal 4 37 242 142 121 0 44 346 137 41
Binary 100 11111 10100010 1100010 1010001 0 100100 11100110 1011111 100001

Color Harmonies of #041FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FA2

Black with #041FA2

Text Example


Text Example

White with #041FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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