Html Css Color HEX #0524B9 International Klein Blue

📋 copy color: '#0524B9'

red 5 ◦ green 36 ◦ blue 185

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

Shades of International Klein Blue #0524B9

Tints of International Klein Blue #0524B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 81.86%

R = 2.21%
G = 15.93%
B = 81.86%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0524B9 (or 0x0524B9) is known color: International Klein Blue. HEX triplet: 05, 24 and B9. RGB value is (5,36,185). Sum of RGB (Red+Green+Blue) = 5+36+185=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 185 (72.66% from 255 or 81.86% from 226); Max value from RGB is 185 - color contains mainly: blue. Hex color #0524B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524B9 is #FADB46. Grayscale: #2B2B2B. Windows color (decimal): -16440135 or 12133381. OLE color: 12133381.

HSL color Cylindrical-coordinate representation of color #0524B9: hue angle of 229.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0524B9 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 36 185 -
CMYK 0.97 0.81 0 0.27
HSL 229.67º 0.95% 0.37% -
HSV(B) 229.67º 0.97% 0.73% -
XYZ 9.45 4.8 46.33 -
YUV 43.72 207.73 100.38 -
System Red Green Blue C M Y K H S L
Decimal 5 36 185 0.97 0.81 0 0.27 229.67 0.95 0.37
Hex 5 24 B9 61 51 0 1B E6 5F 25
Octal 5 44 271 141 121 0 33 346 137 45
Binary 101 100100 10111001 1100001 1010001 0 11011 11100110 1011111 100101

Color Harmonies of #0524B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0524B9

Black with #0524B9

Text Example


Text Example

White with #0524B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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