Html Css Color HEX #0428BF International Klein Blue

📋 copy color: '#0428BF'

red 4 ◦ green 40 ◦ blue 191

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

Shades of International Klein Blue #0428BF

Tints of International Klein Blue #0428BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

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

R = 1.7%
G = 17.02%
B = 81.28%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0428BF (or 0x0428BF) is known color: International Klein Blue. HEX triplet: 04, 28 and BF. RGB value is (4,40,191). Sum of RGB (Red+Green+Blue) = 4+40+191=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #0428BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0428BF is #FBD740. Grayscale: #2D2D2D. Windows color (decimal): -16504641 or 12527620. OLE color: 12527620.

HSL color Cylindrical-coordinate representation of color #0428BF: hue angle of 228.45º 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 #0428BF is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 40 191 -
CMYK 0.98 0.79 0 0.25
HSL 228.45º 0.96% 0.38% -
HSV(B) 228.45º 0.98% 0.75% -
XYZ 10.21 5.3 49.78 -
YUV 46.45 209.57 97.72 -
System Red Green Blue C M Y K H S L
Decimal 4 40 191 0.98 0.79 0 0.25 228.45 0.96 0.38
Hex 4 28 BF 62 4F 0 19 E4 60 26
Octal 4 50 277 142 117 0 31 344 140 46
Binary 100 101000 10111111 1100010 1001111 0 11001 11100100 1100000 100110

Color Harmonies of #0428BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0428BF

Black with #0428BF

Text Example


Text Example

White with #0428BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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