Html Css Color HEX #041CBC International Klein Blue

📋 copy color: '#041CBC'

red 4 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #041CBC

Tints of International Klein Blue #041CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.73%

 BLUE value IS 188 (73.83% from 255) = 85.45%

R = 1.82%
G = 12.73%
B = 85.45%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#041CBC (or 0x041CBC) is known color: International Klein Blue. HEX triplet: 04, 1C and BC. RGB value is (4,28,188). Sum of RGB (Red+Green+Blue) = 4+28+188=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #041CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CBC is #FBE343. Grayscale: #262626. Windows color (decimal): -16507716 or 12327940. OLE color: 12327940.

HSL color Cylindrical-coordinate representation of color #041CBC: hue angle of 232.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CBC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 28 188 -
CMYK 0.98 0.85 0 0.26
HSL 232.17º 0.96% 0.38% -
HSV(B) 232.17º 0.98% 0.74% -
XYZ 9.54 4.49 47.94 -
YUV 39.06 212.05 102.99 -
System Red Green Blue C M Y K H S L
Decimal 4 28 188 0.98 0.85 0 0.26 232.17 0.96 0.38
Hex 4 1C BC 62 55 0 1A E8 60 26
Octal 4 34 274 142 125 0 32 350 140 46
Binary 100 11100 10111100 1100010 1010101 0 11010 11101000 1100000 100110

Color Harmonies of #041CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041CBC

Black with #041CBC

Text Example


Text Example

White with #041CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,28,188); }

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

background-color css

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

 a { background-color: rgb(4,28,188); }

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

border-color css

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

 span { border-color: rgb(4,28,188); }

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