Html Css Color HEX #041AB2 International Klein Blue

📋 copy color: '#041AB2'

red 4 ◦ green 26 ◦ blue 178

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

Shades of International Klein Blue #041AB2

Tints of International Klein Blue #041AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 85.58%

R = 1.92%
G = 12.5%
B = 85.58%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#041AB2 (or 0x041AB2) is known color: International Klein Blue. HEX triplet: 04, 1A and B2. RGB value is (4,26,178). Sum of RGB (Red+Green+Blue) = 4+26+178=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 178 (69.92% from 255 or 85.58% from 208); Max value from RGB is 178 - color contains mainly: blue. Hex color #041AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041AB2 is #FBE54D. Grayscale: #242424. Windows color (decimal): -16508238 or 11672068. OLE color: 11672068.

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

Color convert

RGB 4 26 178 -
CMYK 0.98 0.85 0 0.30
HSL 232.41º 0.96% 0.36% -
HSV(B) 232.41º 0.98% 0.7% -
XYZ 8.46 3.98 42.44 -
YUV 36.75 207.71 104.64 -
System Red Green Blue C M Y K H S L
Decimal 4 26 178 0.98 0.85 0 0.30 232.41 0.96 0.36
Hex 4 1A B2 62 55 0 1E E8 60 24
Octal 4 32 262 142 125 0 36 350 140 44
Binary 100 11010 10110010 1100010 1010101 0 11110 11101000 1100000 100100

Color Harmonies of #041AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041AB2

Black with #041AB2

Text Example


Text Example

White with #041AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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