Html Css Color HEX #0525BE International Klein Blue

📋 copy color: '#0525BE'

red 5 ◦ green 37 ◦ blue 190

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

Shades of International Klein Blue #0525BE

Tints of International Klein Blue #0525BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 190 (74.61% from 255) = 81.9%

R = 2.16%
G = 15.95%
B = 81.9%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0525BE (or 0x0525BE) is known color: International Klein Blue. HEX triplet: 05, 25 and BE. RGB value is (5,37,190). Sum of RGB (Red+Green+Blue) = 5+37+190=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #0525BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0525BE is #FADA41. Grayscale: #2C2C2C. Windows color (decimal): -16439874 or 12461317. OLE color: 12461317.

HSL color Cylindrical-coordinate representation of color #0525BE: hue angle of 229.62º 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 #0525BE is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 37 190 -
CMYK 0.97 0.81 0 0.25
HSL 229.62º 0.95% 0.38% -
HSV(B) 229.62º 0.97% 0.75% -
XYZ 10.02 5.07 49.17 -
YUV 44.87 209.9 99.56 -
System Red Green Blue C M Y K H S L
Decimal 5 37 190 0.97 0.81 0 0.25 229.62 0.95 0.38
Hex 5 25 BE 61 51 0 19 E6 5F 26
Octal 5 45 276 141 121 0 31 346 137 46
Binary 101 100101 10111110 1100001 1010001 0 11001 11100110 1011111 100110

Color Harmonies of #0525BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0525BE

Black with #0525BE

Text Example


Text Example

White with #0525BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0525BE; }

 p { color: rgb(5,37,190); }

 H1.HeaderClassName
 {
   color: #0525BE;
 }
 .AnyTagClassName
 {
   color: #0525BE;
 }
</style>

background-color css

<style>
 a { background-color: #0525BE; }

 a { background-color: rgb(5,37,190); }

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

border-color css

<style>
 span { border-color: #0525BE; }

 span { border-color: rgb(5,37,190); }

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