Html Css Color HEX #041BAC International Klein Blue

📋 copy color: '#041BAC'

red 4 ◦ green 27 ◦ blue 172

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

Shades of International Klein Blue #041BAC

Tints of International Klein Blue #041BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 84.73%

R = 1.97%
G = 13.3%
B = 84.73%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#041BAC (or 0x041BAC) is known color: International Klein Blue. HEX triplet: 04, 1B and AC. RGB value is (4,27,172). Sum of RGB (Red+Green+Blue) = 4+27+172=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #041BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041BAC is #FBE453. Grayscale: #242424. Windows color (decimal): -16507988 or 11279108. OLE color: 11279108.

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

Color convert

RGB 4 27 172 -
CMYK 0.98 0.84 0 0.33
HSL 231.79º 0.95% 0.35% -
HSV(B) 231.79º 0.98% 0.67% -
XYZ 7.89 3.79 39.35 -
YUV 36.65 204.38 104.71 -
System Red Green Blue C M Y K H S L
Decimal 4 27 172 0.98 0.84 0 0.33 231.79 0.95 0.35
Hex 4 1B AC 62 54 0 21 E8 5F 23
Octal 4 33 254 142 124 0 41 350 137 43
Binary 100 11011 10101100 1100010 1010100 0 100001 11101000 1011111 100011

Color Harmonies of #041BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BAC

Black with #041BAC

Text Example


Text Example

White with #041BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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