Html Css Color HEX #041EBA International Klein Blue

📋 copy color: '#041EBA'

red 4 ◦ green 30 ◦ blue 186

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

Shades of International Klein Blue #041EBA

Tints of International Klein Blue #041EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

 BLUE value IS 186 (73.05% from 255) = 84.55%

R = 1.82%
G = 13.64%
B = 84.55%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#041EBA (or 0x041EBA) is known color: International Klein Blue. HEX triplet: 04, 1E and BA. RGB value is (4,30,186). Sum of RGB (Red+Green+Blue) = 4+30+186=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #041EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041EBA is #FBE145. Grayscale: #272727. Windows color (decimal): -16507206 or 12197380. OLE color: 12197380.

HSL color Cylindrical-coordinate representation of color #041EBA: hue angle of 231.43º 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 #041EBA is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 30 186 -
CMYK 0.98 0.84 0 0.27
HSL 231.43º 0.96% 0.37% -
HSV(B) 231.43º 0.98% 0.73% -
XYZ 9.38 4.5 46.83 -
YUV 40.01 210.39 102.32 -
System Red Green Blue C M Y K H S L
Decimal 4 30 186 0.98 0.84 0 0.27 231.43 0.96 0.37
Hex 4 1E BA 62 54 0 1B E7 60 25
Octal 4 36 272 142 124 0 33 347 140 45
Binary 100 11110 10111010 1100010 1010100 0 11011 11100111 1100000 100101

Color Harmonies of #041EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041EBA

Black with #041EBA

Text Example


Text Example

White with #041EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,30,186); }

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

background-color css

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

 a { background-color: rgb(4,30,186); }

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

border-color css

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

 span { border-color: rgb(4,30,186); }

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