Html Css Color HEX #0524BE International Klein Blue

📋 copy color: '#0524BE'

red 5 ◦ green 36 ◦ blue 190

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

Shades of International Klein Blue #0524BE

Tints of International Klein Blue #0524BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 2.16%
G = 15.58%
B = 82.25%

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

#0524BE (or 0x0524BE) is known color: International Klein Blue. HEX triplet: 05, 24 and BE. RGB value is (5,36,190). Sum of RGB (Red+Green+Blue) = 5+36+190=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #0524BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524BE is #FADB41. Grayscale: #2B2B2B. Windows color (decimal): -16440130 or 12461061. OLE color: 12461061.

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

Color convert

RGB 5 36 190 -
CMYK 0.97 0.81 0 0.25
HSL 229.95º 0.95% 0.38% -
HSV(B) 229.95º 0.97% 0.75% -
XYZ 9.99 5.01 49.16 -
YUV 44.29 210.23 99.98 -
System Red Green Blue C M Y K H S L
Decimal 5 36 190 0.97 0.81 0 0.25 229.95 0.95 0.38
Hex 5 24 BE 61 51 0 19 E6 5F 26
Octal 5 44 276 141 121 0 31 346 137 46
Binary 101 100100 10111110 1100001 1010001 0 11001 11100110 1011111 100110

Color Harmonies of #0524BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0524BE

Black with #0524BE

Text Example


Text Example

White with #0524BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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