Html Css Color HEX #0524BB International Klein Blue

📋 copy color: '#0524BB'

red 5 ◦ green 36 ◦ blue 187

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

Shades of International Klein Blue #0524BB

Tints of International Klein Blue #0524BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 82.02%

R = 2.19%
G = 15.79%
B = 82.02%

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

#0524BB (or 0x0524BB) is known color: International Klein Blue. HEX triplet: 05, 24 and BB. RGB value is (5,36,187). Sum of RGB (Red+Green+Blue) = 5+36+187=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 187 (73.44% from 255 or 82.02% from 228); Max value from RGB is 187 - color contains mainly: blue. Hex color #0524BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524BB is #FADB44. Grayscale: #2B2B2B. Windows color (decimal): -16440133 or 12264453. OLE color: 12264453.

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

Color convert

RGB 5 36 187 -
CMYK 0.97 0.81 0 0.27
HSL 229.78º 0.95% 0.38% -
HSV(B) 229.78º 0.97% 0.73% -
XYZ 9.66 4.88 47.45 -
YUV 43.95 208.73 100.22 -
System Red Green Blue C M Y K H S L
Decimal 5 36 187 0.97 0.81 0 0.27 229.78 0.95 0.38
Hex 5 24 BB 61 51 0 1B E6 5F 26
Octal 5 44 273 141 121 0 33 346 137 46
Binary 101 100100 10111011 1100001 1010001 0 11011 11100110 1011111 100110

Color Harmonies of #0524BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0524BB

Black with #0524BB

Text Example


Text Example

White with #0524BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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