Html Css Color HEX #0426BF International Klein Blue

📋 copy color: '#0426BF'

red 4 ◦ green 38 ◦ blue 191

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

Shades of International Klein Blue #0426BF

Tints of International Klein Blue #0426BF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

 BLUE value IS 191 (75% from 255) = 81.97%

R = 1.72%
G = 16.31%
B = 81.97%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0426BF (or 0x0426BF) is known color: International Klein Blue. HEX triplet: 04, 26 and BF. RGB value is (4,38,191). Sum of RGB (Red+Green+Blue) = 4+38+191=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 191 (75% from 255 or 81.97% from 233); Max value from RGB is 191 - color contains mainly: blue. Hex color #0426BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0426BF is #FBD940. Grayscale: #2C2C2C. Windows color (decimal): -16505153 or 12527108. OLE color: 12527108.

HSL color Cylindrical-coordinate representation of color #0426BF: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0426BF is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 38 191 -
CMYK 0.98 0.80 0 0.25
HSL 229.09º 0.96% 0.38% -
HSV(B) 229.09º 0.98% 0.75% -
XYZ 10.15 5.17 49.75 -
YUV 45.28 210.24 98.56 -
System Red Green Blue C M Y K H S L
Decimal 4 38 191 0.98 0.80 0 0.25 229.09 0.96 0.38
Hex 4 26 BF 62 50 0 19 E5 60 26
Octal 4 46 277 142 120 0 31 345 140 46
Binary 100 100110 10111111 1100010 1010000 0 11001 11100101 1100000 100110

Color Harmonies of #0426BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0426BF

Black with #0426BF

Text Example


Text Example

White with #0426BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0426BF; }

 p { color: rgb(4,38,191); }

 H1.HeaderClassName
 {
   color: #0426BF;
 }
 .AnyTagClassName
 {
   color: #0426BF;
 }
</style>

background-color css

<style>
 a { background-color: #0426BF; }

 a { background-color: rgb(4,38,191); }

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

border-color css

<style>
 span { border-color: #0426BF; }

 span { border-color: rgb(4,38,191); }

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