Html Css Color HEX #041FA3 International Klein Blue

📋 copy color: '#041FA3'

red 4 ◦ green 31 ◦ blue 163

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

Shades of International Klein Blue #041FA3

Tints of International Klein Blue #041FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 82.32%

R = 2.02%
G = 15.66%
B = 82.32%

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

#041FA3 (or 0x041FA3) is known color: International Klein Blue. HEX triplet: 04, 1F and A3. RGB value is (4,31,163). Sum of RGB (Red+Green+Blue) = 4+31+163=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 163 (64.06% from 255 or 82.32% from 198); Max value from RGB is 163 - color contains mainly: blue. Hex color #041FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041FA3 is #FBE05C. Grayscale: #252525. Windows color (decimal): -16506973 or 10690308. OLE color: 10690308.

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

Color convert

RGB 4 31 163 -
CMYK 0.98 0.81 0 0.36
HSL 229.81º 0.95% 0.33% -
HSV(B) 229.81º 0.98% 0.64% -
XYZ 7.15 3.65 34.98 -
YUV 37.98 198.55 103.77 -
System Red Green Blue C M Y K H S L
Decimal 4 31 163 0.98 0.81 0 0.36 229.81 0.95 0.33
Hex 4 1F A3 62 51 0 24 E6 5F 21
Octal 4 37 243 142 121 0 44 346 137 41
Binary 100 11111 10100011 1100010 1010001 0 100100 11100110 1011111 100001

Color Harmonies of #041FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FA3

Black with #041FA3

Text Example


Text Example

White with #041FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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