Html Css Color HEX #041CA6 International Klein Blue

📋 copy color: '#041CA6'

red 4 ◦ green 28 ◦ blue 166

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

Shades of International Klein Blue #041CA6

Tints of International Klein Blue #041CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 83.84%

R = 2.02%
G = 14.14%
B = 83.84%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#041CA6 (or 0x041CA6) is known color: International Klein Blue. HEX triplet: 04, 1C and A6. RGB value is (4,28,166). Sum of RGB (Red+Green+Blue) = 4+28+166=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 166 (65.23% from 255 or 83.84% from 198); Max value from RGB is 166 - color contains mainly: blue. Hex color #041CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041CA6 is #FBE359. Grayscale: #232323. Windows color (decimal): -16507738 or 10886148. OLE color: 10886148.

HSL color Cylindrical-coordinate representation of color #041CA6: hue angle of 231.11º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CA6 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 28 166 -
CMYK 0.98 0.83 0 0.35
HSL 231.11º 0.95% 0.33% -
HSV(B) 231.11º 0.98% 0.65% -
XYZ 7.35 3.61 36.39 -
YUV 36.56 201.05 104.78 -
System Red Green Blue C M Y K H S L
Decimal 4 28 166 0.98 0.83 0 0.35 231.11 0.95 0.33
Hex 4 1C A6 62 53 0 23 E7 5F 21
Octal 4 34 246 142 123 0 43 347 137 41
Binary 100 11100 10100110 1100010 1010011 0 100011 11100111 1011111 100001

Color Harmonies of #041CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041CA6

Black with #041CA6

Text Example


Text Example

White with #041CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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