Html Css Color HEX #041AB1 International Klein Blue

📋 copy color: '#041AB1'

red 4 ◦ green 26 ◦ blue 177

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

Shades of International Klein Blue #041AB1

Tints of International Klein Blue #041AB1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

 BLUE value IS 177 (69.53% from 255) = 85.51%

R = 1.93%
G = 12.56%
B = 85.51%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#041AB1 (or 0x041AB1) is known color: International Klein Blue. HEX triplet: 04, 1A and B1. RGB value is (4,26,177). Sum of RGB (Red+Green+Blue) = 4+26+177=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 177 (69.53% from 255 or 85.51% from 207); Max value from RGB is 177 - color contains mainly: blue. Hex color #041AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041AB1 is #FBE54E. Grayscale: #242424. Windows color (decimal): -16508239 or 11606532. OLE color: 11606532.

HSL color Cylindrical-coordinate representation of color #041AB1: hue angle of 232.37º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041AB1 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 26 177 -
CMYK 0.98 0.85 0 0.31
HSL 232.37º 0.96% 0.35% -
HSV(B) 232.37º 0.98% 0.69% -
XYZ 8.36 3.94 41.91 -
YUV 36.64 207.21 104.72 -
System Red Green Blue C M Y K H S L
Decimal 4 26 177 0.98 0.85 0 0.31 232.37 0.96 0.35
Hex 4 1A B1 62 55 0 1F E8 60 23
Octal 4 32 261 142 125 0 37 350 140 43
Binary 100 11010 10110001 1100010 1010101 0 11111 11101000 1100000 100011

Color Harmonies of #041AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041AB1

Black with #041AB1

Text Example


Text Example

White with #041AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,26,177); }

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

background-color css

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

 a { background-color: rgb(4,26,177); }

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

border-color css

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

 span { border-color: rgb(4,26,177); }

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