Html Css Color HEX #0028BF International Klein Blue

📋 copy color: '#0028BF'

red 0 ◦ green 40 ◦ blue 191

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

Shades of International Klein Blue #0028BF

Tints of International Klein Blue #0028BF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 17.32%
B = 82.68%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0028BF (or 0x0028BF) is known color: International Klein Blue. HEX triplet: 00, 28 and BF. RGB value is (0,40,191). Sum of RGB (Red+Green+Blue) = 0+40+191=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #0028BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028BF is #FFD740. Grayscale: #2C2C2C. Windows color (decimal): -16766785 or 12527616. OLE color: 12527616.

HSL color Cylindrical-coordinate representation of color #0028BF: hue angle of 227.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028BF is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 40 191 -
CMYK 1 0.79 0 0.25
HSL 227.43º 1% 0.37% -
HSV(B) 227.43º 1% 0.75% -
XYZ 10.16 5.28 49.77 -
YUV 45.25 210.25 95.72 -
System Red Green Blue C M Y K H S L
Decimal 0 40 191 1 0.79 0 0.25 227.43 1 0.37
Hex 0 28 BF 64 4F 0 19 E3 64 25
Octal 0 50 277 144 117 0 31 343 144 45
Binary 0 101000 10111111 1100100 1001111 0 11001 11100011 1100100 100101

Color Harmonies of #0028BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0028BF

Black with #0028BF

Text Example


Text Example

White with #0028BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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