Html Css Color HEX #041DB2 International Klein Blue

📋 copy color: '#041DB2'

red 4 ◦ green 29 ◦ blue 178

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

Shades of International Klein Blue #041DB2

Tints of International Klein Blue #041DB2

RGB

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

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

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

R = 1.9%
G = 13.74%
B = 84.36%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#041DB2 (or 0x041DB2) is known color: International Klein Blue. HEX triplet: 04, 1D and B2. RGB value is (4,29,178). Sum of RGB (Red+Green+Blue) = 4+29+178=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 178 (69.92% from 255 or 84.36% from 211); Max value from RGB is 178 - color contains mainly: blue. Hex color #041DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041DB2 is #FBE24D. Grayscale: #252525. Windows color (decimal): -16507470 or 11672836. OLE color: 11672836.

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

Color convert

RGB 4 29 178 -
CMYK 0.98 0.84 0 0.30
HSL 231.38º 0.96% 0.36% -
HSV(B) 231.38º 0.98% 0.7% -
XYZ 8.53 4.12 42.47 -
YUV 38.51 206.72 103.38 -
System Red Green Blue C M Y K H S L
Decimal 4 29 178 0.98 0.84 0 0.30 231.38 0.96 0.36
Hex 4 1D B2 62 54 0 1E E7 60 24
Octal 4 35 262 142 124 0 36 347 140 44
Binary 100 11101 10110010 1100010 1010100 0 11110 11100111 1100000 100100

Color Harmonies of #041DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041DB2

Black with #041DB2

Text Example


Text Example

White with #041DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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