Html Css Color HEX #041BAA International Klein Blue

📋 copy color: '#041BAA'

red 4 ◦ green 27 ◦ blue 170

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

Shades of International Klein Blue #041BAA

Tints of International Klein Blue #041BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 84.58%

R = 1.99%
G = 13.43%
B = 84.58%

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

#041BAA (or 0x041BAA) is known color: International Klein Blue. HEX triplet: 04, 1B and AA. RGB value is (4,27,170). Sum of RGB (Red+Green+Blue) = 4+27+170=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #041BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041BAA is #FBE455. Grayscale: #232323. Windows color (decimal): -16507990 or 11148036. OLE color: 11148036.

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

Color convert

RGB 4 27 170 -
CMYK 0.98 0.84 0 0.33
HSL 231.69º 0.95% 0.34% -
HSV(B) 231.69º 0.98% 0.67% -
XYZ 7.7 3.71 38.34 -
YUV 36.43 203.38 104.87 -
System Red Green Blue C M Y K H S L
Decimal 4 27 170 0.98 0.84 0 0.33 231.69 0.95 0.34
Hex 4 1B AA 62 54 0 21 E8 5F 22
Octal 4 33 252 142 124 0 41 350 137 42
Binary 100 11011 10101010 1100010 1010100 0 100001 11101000 1011111 100010

Color Harmonies of #041BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BAA

Black with #041BAA

Text Example


Text Example

White with #041BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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