Html Css Color HEX #0526BF International Klein Blue

📋 copy color: '#0526BF'

red 5 ◦ green 38 ◦ blue 191

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

Shades of International Klein Blue #0526BF

Tints of International Klein Blue #0526BF

RGB

 RED value IS 5 (2.34% from 255) = 2.14%

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

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

R = 2.14%
G = 16.24%
B = 81.62%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0526BF (or 0x0526BF) is known color: International Klein Blue. HEX triplet: 05, 26 and BF. RGB value is (5,38,191). Sum of RGB (Red+Green+Blue) = 5+38+191=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #0526BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526BF is #FAD940. Grayscale: #2C2C2C. Windows color (decimal): -16439617 or 12527109. OLE color: 12527109.

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

Color convert

RGB 5 38 191 -
CMYK 0.97 0.80 0 0.25
HSL 229.35º 0.95% 0.38% -
HSV(B) 229.35º 0.97% 0.75% -
XYZ 10.16 5.18 49.75 -
YUV 45.58 210.07 99.06 -
System Red Green Blue C M Y K H S L
Decimal 5 38 191 0.97 0.80 0 0.25 229.35 0.95 0.38
Hex 5 26 BF 61 50 0 19 E5 5F 26
Octal 5 46 277 141 120 0 31 345 137 46
Binary 101 100110 10111111 1100001 1010000 0 11001 11100101 1011111 100110

Color Harmonies of #0526BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0526BF

Black with #0526BF

Text Example


Text Example

White with #0526BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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