Html Css Color HEX #041FBA International Klein Blue

📋 copy color: '#041FBA'

red 4 ◦ green 31 ◦ blue 186

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

Shades of International Klein Blue #041FBA

Tints of International Klein Blue #041FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 84.16%

R = 1.81%
G = 14.03%
B = 84.16%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#041FBA (or 0x041FBA) is known color: International Klein Blue. HEX triplet: 04, 1F and BA. RGB value is (4,31,186). Sum of RGB (Red+Green+Blue) = 4+31+186=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #041FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FBA is #FBE045. Grayscale: #272727. Windows color (decimal): -16506950 or 12197636. OLE color: 12197636.

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

Color convert

RGB 4 31 186 -
CMYK 0.98 0.83 0 0.27
HSL 231.1º 0.96% 0.37% -
HSV(B) 231.1º 0.98% 0.73% -
XYZ 9.4 4.55 46.84 -
YUV 40.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 4 31 186 0.98 0.83 0 0.27 231.1 0.96 0.37
Hex 4 1F BA 62 53 0 1B E7 60 25
Octal 4 37 272 142 123 0 33 347 140 45
Binary 100 11111 10111010 1100010 1010011 0 11011 11100111 1100000 100101

Color Harmonies of #041FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FBA

Black with #041FBA

Text Example


Text Example

White with #041FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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