Html Css Color HEX #0523BE International Klein Blue

📋 copy color: '#0523BE'

red 5 ◦ green 35 ◦ blue 190

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

Shades of International Klein Blue #0523BE

Tints of International Klein Blue #0523BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 2.17%
G = 15.22%
B = 82.61%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0523BE (or 0x0523BE) is known color: International Klein Blue. HEX triplet: 05, 23 and BE. RGB value is (5,35,190). Sum of RGB (Red+Green+Blue) = 5+35+190=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #0523BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0523BE is #FADC41. Grayscale: #2B2B2B. Windows color (decimal): -16440386 or 12460805. OLE color: 12460805.

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

Color convert

RGB 5 35 190 -
CMYK 0.97 0.82 0 0.25
HSL 230.27º 0.95% 0.38% -
HSV(B) 230.27º 0.97% 0.75% -
XYZ 9.96 4.95 49.15 -
YUV 43.7 210.56 100.4 -
System Red Green Blue C M Y K H S L
Decimal 5 35 190 0.97 0.82 0 0.25 230.27 0.95 0.38
Hex 5 23 BE 61 52 0 19 E6 5F 26
Octal 5 43 276 141 122 0 31 346 137 46
Binary 101 100011 10111110 1100001 1010010 0 11001 11100110 1011111 100110

Color Harmonies of #0523BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0523BE

Black with #0523BE

Text Example


Text Example

White with #0523BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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