Html Css Color HEX #041BA6 International Klein Blue

📋 copy color: '#041BA6'

red 4 ◦ green 27 ◦ blue 166

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

Shades of International Klein Blue #041BA6

Tints of International Klein Blue #041BA6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.71%

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

R = 2.03%
G = 13.71%
B = 84.26%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#041BA6 (or 0x041BA6) is known color: International Klein Blue. HEX triplet: 04, 1B and A6. RGB value is (4,27,166). Sum of RGB (Red+Green+Blue) = 4+27+166=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 166 (65.23% from 255 or 84.26% from 197); Max value from RGB is 166 - color contains mainly: blue. Hex color #041BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041BA6 is #FBE459. Grayscale: #232323. Windows color (decimal): -16507994 or 10885892. OLE color: 10885892.

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

Color convert

RGB 4 27 166 -
CMYK 0.98 0.84 0 0.35
HSL 231.48º 0.95% 0.33% -
HSV(B) 231.48º 0.98% 0.65% -
XYZ 7.32 3.56 36.38 -
YUV 35.97 201.38 105.2 -
System Red Green Blue C M Y K H S L
Decimal 4 27 166 0.98 0.84 0 0.35 231.48 0.95 0.33
Hex 4 1B A6 62 54 0 23 E7 5F 21
Octal 4 33 246 142 124 0 43 347 137 41
Binary 100 11011 10100110 1100010 1010100 0 100011 11100111 1011111 100001

Color Harmonies of #041BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BA6

Black with #041BA6

Text Example


Text Example

White with #041BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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