Html Css Color HEX #041BBB International Klein Blue

📋 copy color: '#041BBB'

red 4 ◦ green 27 ◦ blue 187

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

Shades of International Klein Blue #041BBB

Tints of International Klein Blue #041BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 85.78%

R = 1.83%
G = 12.39%
B = 85.78%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#041BBB (or 0x041BBB) is known color: International Klein Blue. HEX triplet: 04, 1B and BB. RGB value is (4,27,187). Sum of RGB (Red+Green+Blue) = 4+27+187=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 187 (73.44% from 255 or 85.78% from 218); Max value from RGB is 187 - color contains mainly: blue. Hex color #041BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BBB is #FBE444. Grayscale: #252525. Windows color (decimal): -16507973 or 12262148. OLE color: 12262148.

HSL color Cylindrical-coordinate representation of color #041BBB: hue angle of 232.46º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BBB is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 27 187 -
CMYK 0.98 0.86 0 0.27
HSL 232.46º 0.96% 0.37% -
HSV(B) 232.46º 0.98% 0.73% -
XYZ 9.41 4.4 47.37 -
YUV 38.36 211.88 103.49 -
System Red Green Blue C M Y K H S L
Decimal 4 27 187 0.98 0.86 0 0.27 232.46 0.96 0.37
Hex 4 1B BB 62 56 0 1B E8 60 25
Octal 4 33 273 142 126 0 33 350 140 45
Binary 100 11011 10111011 1100010 1010110 0 11011 11101000 1100000 100101

Color Harmonies of #041BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041BBB

Black with #041BBB

Text Example


Text Example

White with #041BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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