Html Css Color HEX #041DB9 International Klein Blue

📋 copy color: '#041DB9'

red 4 ◦ green 29 ◦ blue 185

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

Shades of International Klein Blue #041DB9

Tints of International Klein Blue #041DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 185 (72.66% from 255) = 84.86%

R = 1.83%
G = 13.3%
B = 84.86%

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

#041DB9 (or 0x041DB9) is known color: International Klein Blue. HEX triplet: 04, 1D and B9. RGB value is (4,29,185). Sum of RGB (Red+Green+Blue) = 4+29+185=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 185 (72.66% from 255 or 84.86% from 218); Max value from RGB is 185 - color contains mainly: blue. Hex color #041DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041DB9 is #FBE246. Grayscale: #262626. Windows color (decimal): -16507463 or 12131588. OLE color: 12131588.

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

Color convert

RGB 4 29 185 -
CMYK 0.98 0.84 0 0.27
HSL 231.71º 0.96% 0.37% -
HSV(B) 231.71º 0.98% 0.73% -
XYZ 9.25 4.41 46.26 -
YUV 39.31 210.22 102.82 -
System Red Green Blue C M Y K H S L
Decimal 4 29 185 0.98 0.84 0 0.27 231.71 0.96 0.37
Hex 4 1D B9 62 54 0 1B E8 60 25
Octal 4 35 271 142 124 0 33 350 140 45
Binary 100 11101 10111001 1100010 1010100 0 11011 11101000 1100000 100101

Color Harmonies of #041DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041DB9

Black with #041DB9

Text Example


Text Example

White with #041DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,29,185); }

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

background-color css

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

 a { background-color: rgb(4,29,185); }

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

border-color css

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

 span { border-color: rgb(4,29,185); }

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